Skip to content

Commit

Permalink
Docker: Clean and chown the cache dir
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje committed Aug 21, 2023
1 parent b8b4662 commit a136680
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN bin/console assets:install
# Add the config files for Apache2
RUN rm -rf /etc/apache2/sites-enabled/*
COPY ./docker/conf/tiqr-apache2.conf /etc/apache2/sites-enabled/tiqr.conf
RUN rm -rf /var/www/html/var/cache/prod && chown -R www-data /var/www/html/var
EXPOSE 80

# Set the default workdir
Expand Down

0 comments on commit a136680

Please sign in to comment.