Skip to content

Commit f41d52a

Browse files
committed
Minor refactoring of Dockerfile
1 parent 042d770 commit f41d52a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM aochenjli/visualizations-base:4.9.2-alpine
22

3-
COPY ./ ./visualizations
43
EXPOSE 5006
4+
COPY ./ ./visualizations
55

66
CMD ["sh", "-c", "PYTHONPATH=\"${PYTHONPATH}:$(cd ../ && pwd)\" \
77
PICKLE_FILE=${REPOSITORY_PATH}/pickles/${REGION}.pkl \

0 commit comments

Comments
 (0)