Zaktualizuj 'Docker/Dockerfile'

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

View File

@ -15,6 +15,5 @@ COPY ./script.py ./
COPY ./download.sh ./ COPY ./download.sh ./
COPY ./imdb_top_1000.csv ./ COPY ./imdb_top_1000.csv ./
CMD ls -la
ENTRYPOINT ls -la
CMD python3 ./script.py CMD python3 ./script.py
ENTRYPOINT python3 ./script.py