Skip to content

Commit 7beadde

Browse files
committed
fix dockerfile
1 parent 1a67dee commit 7beadde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ ENV PYTHONDONTWRITEBYTECODE=1
33
ENV PYTHONUNBUFFERED=1
44
WORKDIR /code
55
COPY requirements.txt /code/
6-
RUN pip install -r --no-cache-dir requirements.txt
6+
RUN pip install -r requirements.txt
77
COPY . /code/

0 commit comments

Comments
 (0)