Skip to content

Commit d707cc5

Browse files
Adjust Dockerfile
move "defaults" directory onto $PYTHONPATH
1 parent d99d75f commit d707cc5

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
@@ -9,8 +9,8 @@ ENV PARAMETERS=./defaults/webapp.cfg
99
COPY README.md .
1010
COPY setup.py .
1111
COPY setup.cfg .
12-
COPY defaults defaults
1312
COPY src src
13+
COPY defaults ./src/defaults
1414
RUN pip install -q .
1515

1616
# EXPOSE $PORT

0 commit comments

Comments
 (0)