Browse Source

Fix invalid copy command

Dominik Strässle 5 years ago
parent
commit
cf5fc9c556
1 changed files with 0 additions and 1 deletions
  1. 0 1
      contrib/docker/Dockerfile.fpm

+ 0 - 1
contrib/docker/Dockerfile.fpm

@@ -59,7 +59,6 @@ ENV APP_ENV=production \
     ACTIVITY_PUB=false
     ACTIVITY_PUB=false
 
 
 CMD cp -r storage.skel/* storage/ \
 CMD cp -r storage.skel/* storage/ \
- && cp -r public/* public.ext/ \
  && chown -R www-data:www-data storage/ \
  && chown -R www-data:www-data storage/ \
  && php artisan storage:link \
  && php artisan storage:link \
  && php artisan migrate --force \
  && php artisan migrate --force \