From 90c7024eaf911ee3512d7302baacd4c94e81f53f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ga=C5=82ka?= Date: Tue, 18 Apr 2023 22:21:41 +0200 Subject: [PATCH] Update 'create.dockerfile' --- create.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create.dockerfile b/create.dockerfile index 34cfaf2..c65dd81 100644 --- a/create.dockerfile +++ b/create.dockerfile @@ -10,7 +10,7 @@ RUN pip install pandas RUN ls -a -COPY data/video-game-sales-with-ratings.csv . +COPY data/ . COPY create-dataset.py . CMD python ./create-dataset.py \ No newline at end of file