Skip to content

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelfolaron committed Aug 16, 2024
1 parent a028f1e commit aa36199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .dev/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ RUN a2enmod rewrite
VOLUME /var/www/uploads

RUN mkdir -p /var/www/uploads \
&& chown -R www-data:www-data /var/www/uploads
&& chown -R www-data:www-data /var/www/logs
&& chown -R www-data:www-data /var/www/uploads \
&& chown -R www-data:www-data /var/www/logs \
&& chown -R www-data:www-data /var/www/cache

0 comments on commit aa36199

Please sign in to comment.