mirror of
https://github.com/pinry/pinry.git
synced 2026-01-10 09:12:07 +01:00
Fix: Fix argument error for django setting module
This commit is contained in:
committed by
Isaac Bythewood
parent
1cbe91b1f4
commit
7769a85634
@@ -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 --settings=pinry.settings.docker collectstatic --noinput
|
||||
&& python manage.py collectstatic --noinput --settings=pinry.settings.docker
|
||||
|
||||
|
||||
# Load in all of our config files.
|
||||
|
||||
Reference in New Issue
Block a user