diff --git a/create.dockerfile b/create.dockerfile index f234b9d..d2807d0 100644 --- a/create.dockerfile +++ b/create.dockerfile @@ -10,7 +10,7 @@ RUN pip install pandas RUN ls -a -COPY ../Video_Games_Sales_as_at_22_Dec_2016.csv . +COPY Video_Games_Sales_as_at_22_Dec_2016.csv . COPY create-dataset.py . CMD python ./create-dataset.py \ No newline at end of file