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