mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Fix invalid copy command
This commit is contained in:
parent
aede31ea65
commit
cf5fc9c556
1 changed files with 0 additions and 1 deletions
|
@ -59,7 +59,6 @@ ENV APP_ENV=production \
|
|||
ACTIVITY_PUB=false
|
||||
|
||||
CMD cp -r storage.skel/* storage/ \
|
||||
&& cp -r public/* public.ext/ \
|
||||
&& chown -R www-data:www-data storage/ \
|
||||
&& php artisan storage:link \
|
||||
&& php artisan migrate --force \
|
||||
|
|
Loading…
Reference in a new issue