Skip to content

Commit 848423b

Browse files
committed
update Dockerfile
1 parent e6c3461 commit 848423b

File tree

2 files changed

+135
-308
lines changed

2 files changed

+135
-308
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ WORKDIR /app
88
COPY . /app
99

1010
# Install any needed packages specified in requirements.txt
11-
RUN pip install --no-cache-dir -r requirements.txt
11+
RUN pip install -r requirements.txt
1212

1313
# Grant execution permissions to the start-up script
1414
RUN chmod a+x start.sh

0 commit comments

Comments
 (0)