Skip to content

Commit

Permalink
Docker: Move logging.yml to the correct location
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje committed Sep 17, 2024
1 parent 2ad7647 commit 369db9f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ RUN tar -xvjf /tmp/*.tar.bz2 -C /var/www/html/ && \
# Add the config files for Apache2
RUN rm -rf /etc/apache2/sites-enabled/*
COPY ./docker/conf/engine.conf /etc/apache2/sites-enabled/engine.conf
COPY ./docker/conf/logging.yml /var/www/html/config/packages/
COPY ./docker/conf/logging.yml /var/www/html/app/config/
# Instantiate devconf config
RUN cp app/config/parameters.yml.docker app/config/parameters.yml

# Set the default workdir
EXPOSE 80
CMD ["apache2-foreground"]

0 comments on commit 369db9f

Please sign in to comment.