Skip to content

Commit 089db37

Browse files
tried changing workdir
1 parent cdcc4d1 commit 089db37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.dash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM python:3.7.7-slim-buster
22

33
COPY ./requirements.txt /app/requirements.txt
44

5-
WORKDIR /app
5+
WORKDIR /code
66

77
RUN pip install -q -r requirements.txt
88

0 commit comments

Comments
 (0)