mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-08 21:30:46 +00:00
Link html to public instead of renaming
This commit is contained in:
parent
d76851732a
commit
b005b3a22c
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue