Explorar o código

Link html to public instead of renaming

Pierre Jaury %!s(int64=7) %!d(string=hai) anos
pai
achega
b005b3a22c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Dockerfile.apache

+ 1 - 1
Dockerfile.apache

@@ -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"]