Zaktualizuj 'Docker/Dockerfile'

This commit is contained in:
Szymon Parafiński 2022-03-30 10:44:28 +02:00
parent 511485d0e4
commit c3462f3b97

View File

@ -15,4 +15,6 @@ 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