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