Compare commits

..

3 commits

Author SHA1 Message Date
db8e2fc928 Merge pull request 'develop' (#1) from develop into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1
2025-03-20 22:02:29 +00:00
fde03cba6f Merge branch 'master' of code.apps.glenux.net:glenux-opencontainers/service-monica
Some checks reported errors
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build was killed
2025-03-20 22:55:34 +01:00
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

View file

@ -1,8 +1,9 @@
# FROM monica:3.7-apache # FROM monica:3.7-apache
# FROM monica:4.0-apache
FROM monica:4.1-apache FROM monica:4.1-apache
RUN rm -f Procfile RUN rm -f Procfile
# app.json # app.json
COPY Procfile Procfile COPY Procfile /var/www/html/Procfile