mirror of
https://github.com/pinry/pinry.git
synced 2025-11-15 17:35:50 +01:00
Fix: Use docker settings for autobuild
This commit is contained in:
committed by
Isaac Bythewood
parent
953164cf04
commit
1b10f0b899
@@ -52,7 +52,7 @@ RUN cd /srv/www/pinry/pinry-spa/ && yarn install && yarn build
|
||||
# Fix permissions
|
||||
RUN chown -R www-data:www-data /srv/www \
|
||||
&& cd /srv/www/pinry \
|
||||
&& python manage.py collectstatic --noinput
|
||||
&& python manage.py --settings=pinry.settings.docker collectstatic --noinput
|
||||
|
||||
|
||||
# Load in all of our config files.
|
||||
|
||||
Reference in New Issue
Block a user