2023-02-21 15:47:53 +00:00
|
|
|
# FROM monica:3.7-apache
|
|
|
|
FROM monica:4.0-apache
|
2022-08-10 15:15:45 +00:00
|
|
|
|
2023-02-21 16:11:19 +00:00
|
|
|
RUN rm -f Procfile
|
|
|
|
# app.json
|
2022-08-10 15:15:45 +00:00
|
|
|
|
2023-02-21 16:11:19 +00:00
|
|
|
COPY Procfile Procfile
|
2022-09-21 13:15:03 +00:00
|
|
|
|