Update 'Dockerfile'

This commit is contained in:
Wojciech Mikołajski 2023-04-19 20:13:10 +02:00
parent a29429e576
commit 85fc571655

View File

@ -17,3 +17,4 @@ WORKDIR /app
COPY . /app
CMD ["python", "create_dataset.py"]