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