diff --git a/Dockerfile.autobuild b/Dockerfile.autobuild index 6439e5b..f7003c9 100644 --- a/Dockerfile.autobuild +++ b/Dockerfile.autobuild @@ -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.