update dockerfile to last version

This commit is contained in:
Maciej Czajka 2022-04-05 09:21:25 +02:00
parent 2fb186feb5
commit 4096a21067

View File

@ -25,4 +25,4 @@ COPY download.sh .
COPY Zajecia_2/main.py .
RUN ./download.sh
RUN ["python3", "./main.py"]
#CMD ["python3", "./main.py"]