1
0
Fork 0

Link html to public instead of renaming

This commit is contained in:
Pierre Jaury 2018-06-09 17:41:26 +02:00
parent d76851732a
commit b005b3a22c
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ RUN install -d -m0755 -o www-data -g www-data \
/var/www/storage/framework/views \
/var/www/storage/framework/cache \
&& composer install --prefer-source --no-interaction \
&& rm -rf html && mv public html
&& rm -rf html && ln -s public html
VOLUME ["/var/www/storage"]