Don't do tests in Dockerfile for now (probably get rid of this entirely)
This commit is contained in:
parent
100e0f27ee
commit
bea0c06612
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue