build image from monica tag 4
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2023-07-10 06:13:57 +02:00
parent 6216b34b2d
commit b4a985f766
2 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
FROM monica:apache
# https://hub.docker.com/_/monica
FROM monica:4
# Use the default production configuration
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"