From d37eb675edc977cd86e07d520a415183ea8aefbd Mon Sep 17 00:00:00 2001 From: Glenn Date: Tue, 21 Feb 2023 17:11:19 +0100 Subject: [PATCH] Fix bump 2 --- Dockerfile | 5 +++-- Procfile | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2900d3d..d7c0cca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,8 @@ # 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 diff --git a/Procfile b/Procfile index 1ed5074..58d3408 100644 --- a/Procfile +++ b/Procfile @@ -1,3 +1,4 @@ web: /usr/local/bin/apache2-foreground cron: /usr/local/bin/cron.sh queue: /usr/local/bin/queue.sh +release: php artisan monica:update --force -vvv