mirror of
https://github.com/lemeow125/StudE-Backend.git
synced 2024-11-16 22:09:25 +08:00
Added no-cache to pip install in Dockerfile
This commit is contained in:
parent
f9a3e7a440
commit
b059c5f1cd
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ WORKDIR /code
|
|||
ADD . /code/
|
||||
|
||||
# Install pipenv
|
||||
RUN pip install -r linux-requirements.txt
|
||||
RUN pip install --no-cache-dir -r linux-requirements.txt
|
||||
|
||||
# Make migrations
|
||||
RUN python stude/manage.py makemigrations
|
||||
|
|
Loading…
Reference in a new issue