]> git.ktnx.net Git - lsl.git/blobdiff - Dockerfile
first take at a Dancer2 app, some functions work
[lsl.git] / Dockerfile
diff --git a/Dockerfile b/Dockerfile
new file mode 100644 (file)
index 0000000..87eb03b
--- /dev/null
@@ -0,0 +1,6 @@
+FROM perl:latest
+WORKDIR /srv/App::REST::LazyShoppingList
+COPY . .
+RUN cpanm --installdeps --notest --with-feature=accelerate .
+EXPOSE 4000
+CMD plackup -p 4000 bin/app.psgi