Skip to content

Commit

Permalink
Disable cache directory
Browse files Browse the repository at this point in the history
  • Loading branch information
msm-code committed Dec 22, 2020
1 parent f4c6433 commit b8a4cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM python:3.7

WORKDIR /app/service
COPY ./requirements.txt ./requirements.txt
RUN pip install -r requirements.txt
RUN pip install --no-cache-dir -r requirements.txt
COPY ./karton ./karton
COPY ./setup.py ./setup.py
RUN pip install .
Expand Down

0 comments on commit b8a4cd7

Please sign in to comment.