Fix bump 2
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
Glenn Y. Rolland 2023-02-21 17:11:19 +01:00
parent 6ef98c8969
commit d37eb675ed
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -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