Container: Disable logging completely
This commit is contained in:
parent
2aed35c6a9
commit
b128e00ad4
1 changed files with 3 additions and 0 deletions
|
@ -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/
|
||||||
|
|
Loading…
Reference in a new issue