Ver código fonte

Link html to public instead of renaming

Pierre Jaury 7 anos atrás
pai
commit
b005b3a22c
1 arquivos alterados com 1 adições e 1 exclusões
  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/views \
     /var/www/storage/framework/cache \
     /var/www/storage/framework/cache \
  && composer install --prefer-source --no-interaction \
  && composer install --prefer-source --no-interaction \
- && rm -rf html && mv public html
+ && rm -rf html && ln -s public html
 
 
 VOLUME ["/var/www/storage"]
 VOLUME ["/var/www/storage"]