Update 'create.dockerfile'

This commit is contained in:
Patryk Gałka 2023-04-18 22:29:40 +02:00
parent 59ca216011
commit 59c5421c15

View File

@ -10,7 +10,7 @@ RUN pip install pandas
RUN ls -a
COPY ./data/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