Fix docker image build proccess waiting on user input (#81)

This commit is contained in:
Humberto Rocha 2022-11-30 12:39:50 -05:00 committed by GitHub
parent 73cec4139d
commit f5809ea4a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ COPY . /takahe
WORKDIR /takahe
RUN TAKAHE_DATABASE_SERVER="postgres://x@example.com/x" python3 manage.py collectstatic
RUN TAKAHE_DATABASE_SERVER="postgres://x@example.com/x" python3 manage.py collectstatic --noinput
EXPOSE 8000