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