7 lines
102 B
Docker
7 lines
102 B
Docker
# FROM monica:3.7-apache
|
|
FROM monica:4.0-apache
|
|
|
|
RUN rm -f Procfile app.json
|
|
|
|
COPY Procfile Procfile
|
|
|