Compare commits
2 commits
3a956f1a8f
...
78ed21d08a
Author | SHA1 | Date | |
---|---|---|---|
78ed21d08a | |||
f8e4a76eb3 |
2 changed files with 5 additions and 0 deletions
|
@ -2,3 +2,5 @@ FROM monica
|
|||
|
||||
RUN rm -f Procfile app.json
|
||||
|
||||
COPY Procfile Procfile
|
||||
|
||||
|
|
3
Procfile
Normal file
3
Procfile
Normal file
|
@ -0,0 +1,3 @@
|
|||
web: /usr/local/bin/apache2-foreground
|
||||
cron: /usr/local/bin/cron.sh
|
||||
queue: /usr/local/bin/queue.sh
|
Loading…
Add table
Reference in a new issue