Upgrade Perl and copy the Webhook URL

This commit is contained in:
swagg boi 2022-07-22 01:11:17 -04:00
parent 4c7e6f5c31
commit 32fb9d0268

View file

@ -1,4 +1,4 @@
FROM perl:5.34
FROM perl:5.36
# Move it
WORKDIR /opt
@ -8,6 +8,7 @@ COPY migrations/ ./migrations/
COPY public/ ./public/
COPY t/ ./t/
COPY templates/ ./templates/
COPY .tom.url .
COPY cpanfile .
COPY guestbook-ng.conf .
COPY guestbook-ng.pl .