mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-05 06:13:55 +01:00
Disable pip cache in docker build
This commit is contained in:
parent
daa6eee92f
commit
673f8000a7
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ ENV SECRET_KEY "changeme"
|
|||
ENV DEBUG "false"
|
||||
ENV DATABASE_URL "sqlite:////app/db/db.sqlite3"
|
||||
|
||||
RUN python -m pip install -r requirements.txt
|
||||
RUN python -m pip install --no-cache-dir -r requirements.txt
|
||||
WORKDIR /app/src
|
||||
RUN python manage.py collectstatic --noinput --clear
|
||||
|
||||
|
|
Loading…
Reference in a new issue