passed dummy values into compress command in Dockerfile for quick pipeline fix
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Disco DeDisco
2026-03-02 22:23:58 -05:00
parent b53c0b9849
commit 06f85d4c54

View File

@@ -15,7 +15,7 @@ RUN python manage.py collectstatic --noinput
ENV DJANGO_DEBUG_FALSE=1 ENV DJANGO_DEBUG_FALSE=1
RUN python manage.py compress RUN DJANGO_SECRET_KEY=build-dummy DJANGO_ALLOWED_HOST=localhost python manage.py compress
RUN adduser --uid 1234 nonroot RUN adduser --uid 1234 nonroot