Container: Disable logging completely

This commit is contained in:
networkException 2022-02-04 19:02:28 +01:00
parent 2aed35c6a9
commit b128e00ad4
Signed by: networkException
GPG key ID: E3877443AE684391

View file

@ -16,4 +16,7 @@ RUN cp -r /usr/src/app/src /usr/src/app/public
FROM httpd:alpine FROM httpd:alpine
# No access logs
RUN sed -i 's/LoadModule log_config_module modules\/mod_log_config.so//g' /usr/local/apache2/conf/httpd.conf
COPY --from=build /usr/src/app/public/ /usr/local/apache2/htdocs/ COPY --from=build /usr/src/app/public/ /usr/local/apache2/htdocs/