Compare commits

...

2 commits

Author SHA1 Message Date
Glenn Y. Rolland 78ed21d08a Add Procfile 2022-09-21 15:15:03 +02:00
Glenn Y. Rolland f8e4a76eb3 Add procfile 2022-09-21 14:54:21 +02:00
2 changed files with 5 additions and 0 deletions

View file

@ -2,3 +2,5 @@ FROM monica
RUN rm -f Procfile app.json
COPY Procfile Procfile

3
Procfile Normal file
View file

@ -0,0 +1,3 @@
web: /usr/local/bin/apache2-foreground
cron: /usr/local/bin/cron.sh
queue: /usr/local/bin/queue.sh