Prevent potential security vulnerabilities and bugs by updating to the latest version of Monica. Ensure Procfile is located correctly for better application functionality. - Update Monica version from 4.0-apache to 4.1-apache - Change Procfile copy destination to /var/www/html/Procfile Signed-off-by: Glenn <glenux@glenux.net>
9 lines
143 B
Docker
9 lines
143 B
Docker
# FROM monica:3.7-apache
|
|
# FROM monica:4.0-apache
|
|
FROM monica:4.1-apache
|
|
|
|
RUN rm -f Procfile
|
|
# app.json
|
|
|
|
COPY Procfile /var/www/html/Procfile
|
|
|