Don't do tests in Dockerfile for now (probably get rid of this entirely)

This commit is contained in:
swagg boi 2024-01-03 17:08:54 -05:00
parent 100e0f27ee
commit bea0c06612

View file

@ -19,7 +19,7 @@ RUN cpanm --installdeps .
RUN gem install cgi
# Test it
RUN prove -l -v
#RUN prove -l -v
# Finish setting up the environment
ENV MOJO_REVERSE_PROXY=1