From bea0c06612cbdbea84bf97eddb32cecd77e3831c Mon Sep 17 00:00:00 2001 From: swaggboi Date: Wed, 3 Jan 2024 17:08:54 -0500 Subject: [PATCH] Don't do tests in Dockerfile for now (probably get rid of this entirely) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e0c25d5..06834d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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