From 58a8d6c0f426255fe2035405f146f4f13d666df5 Mon Sep 17 00:00:00 2001 From: andrewso <9V5f1FkzI2LD> Date: Thu, 20 Feb 2020 16:51:11 +0000 Subject: [PATCH] [20.02.20] Dockerfile - pipeline testing --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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