Skip to content

Commit 3a7677f

Browse files
jjjjjjjjjjjjjjjjjjjjjj
1 parent 5faff0e commit 3a7677f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile.dash

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
FROM python:3.7.7-slim-buster
22

3-
COPY ./requirements.txt /app/requirements.txt
3+
COPY ./requirements.txt /code/requirements.txt
44

5-
RUN pip install -q -r requirements.txt
5+
WORKDIR code
66

7-
WORKDIR code/
7+
RUN pip install -q -r requirements.txt
88

99
COPY src src
1010

0 commit comments

Comments
 (0)