Dockerfile update
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2021-09-11 13:23:45 +02:00
parent e11efffd79
commit b58c8b3483
2 changed files with 17 additions and 18 deletions

View File

@@ -1 +1,17 @@
FROM monica:apache FROM monica:apache
# # Use the default production configuration
# RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
# # supervisord dependencies
# RUN set -ex; \
# \
# apt-get update; \
# apt-get install -y --no-install-recommends \
# supervisor \
# ; \
# rm -rf /var/lib/apt/lists/*
# COPY supervisord.conf /etc/supervisord.conf
# CMD ["supervisord", "-c", "/etc/supervisord.conf"]

View File

@@ -1,17 +0,0 @@
FROM monica:apache
# Use the default production configuration
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
# supervisord dependencies
RUN set -ex; \
\
apt-get update; \
apt-get install -y --no-install-recommends \
supervisor \
; \
rm -rf /var/lib/apt/lists/*
COPY supervisord.conf /etc/supervisord.conf
CMD ["supervisord", "-c", "/etc/supervisord.conf"]