mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +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
|
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 \
|
||||||
|
|
Loading…
Reference in a new issue