Skip to content

Commit e107bce

Browse files
committed
Changes to collectstatic (wasn't importing images)
1 parent 26ebc4f commit e107bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ COPY --chown=${WSGI_USER}:${WSGI_USER} . .
4646
ENV VIRTUAL_ENV="/app/.venv"
4747
ENV PATH="${VIRTUAL_ENV}/bin:${PATH}"
4848

49-
RUN ./manage.py collectstatic
49+
RUN ./manage.py collectstatic --noinput
5050

5151
EXPOSE 8000
5252
ENV UWSGI_HTTP=:8000 UWSGI_MASTER=1 UWSGI_HTTP_KEEPALIVE=1 UWSGI_AUTO_CHUNKED=1 UWSGI_WSGI_ENV_BEHAVIOUR=holy

0 commit comments

Comments
 (0)