Skip to content

Commit

Permalink
make writable folder writable.
Browse files Browse the repository at this point in the history
  • Loading branch information
unisbadri committed Apr 8, 2021
1 parent d11d773 commit fe77ed1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN curl -sS https://getcomposer.org/installer -o composer-setup.php
RUN php composer-setup.php --install-dir=/usr/local/bin --filename=composer

RUN composer install
RUN chmod -R 777 writable

COPY nginx.conf /etc/nginx/sites-available/default
COPY supervisord.conf /etc/supervisord.conf
Expand Down

0 comments on commit fe77ed1

Please sign in to comment.