Added perl environment (#311)
Perl runtime environment and example function.
This commit is contained in:
committed by
Soam Vasani
parent
1b9fa5bc30
commit
6142ac3648
@@ -0,0 +1,9 @@
|
||||
FROM perl:latest
|
||||
|
||||
RUN cpanm -n Twiggy Getopt::Args Dancer2
|
||||
|
||||
COPY server.pl /server.pl
|
||||
WORKDIR /
|
||||
|
||||
EXPOSE 8888
|
||||
ENTRYPOINT ["/server.pl"]
|
||||
Reference in New Issue
Block a user