Skip to content

Commit

Permalink
make assets folder writable
Browse files Browse the repository at this point in the history
  • Loading branch information
unisbadri committed Apr 9, 2021
1 parent 56173cf commit 328a218
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ COPY supervisord.conf /etc/supervisord.conf
RUN mkdir -p /var/run/php
RUN mkdir -p /var/log/php-fpm

RUN chmod 777 web/assets

RUN service nginx stop

EXPOSE 8080
Expand Down

0 comments on commit 328a218

Please sign in to comment.