service-monica/Dockerfile
Glenn 3bb3a03c7f fix(Dockerfile): update Monica version and adjust Procfile path
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>
2025-03-20 22:55:15 +01:00

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