From 6ef98c8969d3dcec624c61968e606f70be5b7d15 Mon Sep 17 00:00:00 2001 From: Glenn Date: Tue, 21 Feb 2023 17:00:55 +0100 Subject: [PATCH] Fix bump --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9796180..2900d3d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # FROM monica:3.7-apache FROM monica:4.0-apache -RUN rm -f Procfile app.json +# RUN rm -f Procfile app.json -COPY Procfile Procfile +# COPY Procfile Procfile