Add Dockerfile
This commit is contained in:
parent
143a3f3efb
commit
72d64c9964
7
Dockerfile
Normal file
7
Dockerfile
Normal file
|
@ -0,0 +1,7 @@
|
|||
FROM perl:5.22
|
||||
RUN cpanm Mojolicious
|
||||
WORKDIR /opt
|
||||
COPY public/ ./public/
|
||||
COPY templates/ ./templates/
|
||||
COPY wethepeople.pl .
|
||||
CMD ["perl", "wethepeople.pl", "daemon", "-m", "production"]
|
Loading…
Reference in New Issue
Block a user