Run your own damn tests

This commit is contained in:
swagg boi 2023-12-10 21:08:21 -05:00
parent b86de6813d
commit 3997539df0

View file

@ -20,9 +20,6 @@ RUN apt-get -y upgrade
RUN cpanm --notest Net::HTTP
RUN cpanm --installdeps .
# Test it
RUN prove -l -v
# Finish setting up the environment
ENV MOJO_REVERSE_PROXY=1
EXPOSE 3000