Skip to content

Commit 02af49c

Browse files
rearranged dockerfile a bit
1 parent 3a7677f commit 02af49c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile.dash

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

3-
COPY ./requirements.txt /code/requirements.txt
4-
5-
WORKDIR code
3+
WORKDIR /code
64

5+
COPY requirements.txt requirements.txt
76
RUN pip install -q -r requirements.txt
87

98
COPY src src

0 commit comments

Comments
 (0)