diff --git a/Dockerfile b/Dockerfile index f3f28c9..e018fd6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM python:3.7-alpine MAINTAINER Andrew Sotheran -COPY /* /price-collector/ +COPY /* /home/price-collector/ EXPOSE 9090 CMD ["src/main.py"] \ No newline at end of file