6 lines
66 B
Docker
6 lines
66 B
Docker
FROM monica
|
|
|
|
RUN rm -f Procfile app.json
|
|
|
|
COPY Procfile Procfile
|
|
|