kopia lustrzana https://github.com/jointakahe/takahe
Quick fix for TAKAHE_SECRET_KEY in Dockerfile (#309)
rodzic
6983763786
commit
d525a2f465
|
@ -39,7 +39,7 @@ COPY . /takahe
|
|||
|
||||
WORKDIR /takahe
|
||||
|
||||
RUN TAKAHE_DATABASE_SERVER="postgres://x@example.com/x" python3 manage.py collectstatic --noinput
|
||||
RUN TAKAHE_DATABASE_SERVER="postgres://x@example.com/x" TAKAHE_SECRET_KEY="takahe" python3 manage.py collectstatic --noinput
|
||||
|
||||
EXPOSE 8000
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue