From 8d287bf625855e020fea2a745167584ae7d81896 Mon Sep 17 00:00:00 2001 From: piotrwrzodak Date: Thu, 11 May 2023 23:00:51 +0200 Subject: [PATCH] 4.3.1 v9 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4c47d7e..ce40feb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,6 @@ RUN pip3 install pandas numpy WORKDIR /app COPY create-dataset.py /app -COPY data/barcelona_weekends.csv /app +COPY ./data/barcelona_weekends.csv /app CMD ["python3", "create-dataset.py"] \ No newline at end of file