diff --git a/Dockerfile b/Dockerfile index 9f926be9b446d0bcb7f6f1a1f6c0cc0823d6966a..b2f5d6cd97d6450ad13514b8a691816d13ec3ca4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,8 @@ RUN DATABASE_URL=postgres://x/x \ SECRET_KEY=x \ ALLOWED_HOSTS=x \ CHOBOTNICE_RV_GID=x \ + INSTAGRAM_CLIENT_ID=x \ + INSTAGRAM_CLIENT_SECRET=x \ python manage.py collectstatic --noinput --settings=rybicka.settings.production RUN bash -c "adduser --disabled-login --quiet --gecos app app && \