Fix bump 2
This commit is contained in:
parent
6ef98c8969
commit
d37eb675ed
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
1
Procfile
1
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
|
||||
|
|
Loading…
Reference in a new issue