diff --git a/Dockerfile b/Dockerfile index b29078e..09f4c37 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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