6 lines
77 B
Docker
6 lines
77 B
Docker
FROM monica:3.7-apache
|
|
|
|
RUN rm -f Procfile app.json
|
|
|
|
COPY Procfile Procfile
|
|
|