Zaktualizuj 'Docker/Dockerfile'

This commit is contained in:
Szymon Parafiński 2022-03-30 10:48:56 +02:00
parent ec34d2d0fe
commit bcfa559ca0

View File

@ -16,4 +16,3 @@ COPY ./download.sh ./
COPY ./imdb_top_1000.csv ./ COPY ./imdb_top_1000.csv ./
CMD python3 ./script.py CMD python3 ./script.py
ENTRYPOINT python3 ./script.py