Update 'create.dockerfile'

This commit is contained in:
Patryk Gałka 2023-04-18 22:25:50 +02:00
parent 64f347db89
commit d74a67d96e

View File

@ -11,6 +11,6 @@ RUN pip install pandas
RUN ls -a
COPY ./data/Video_Games_Sales_as_at_22_Dec_2016.csv .
COPY create-dataset.py .
COPY ./create-dataset.py .
CMD python ./create-dataset.py