Zmiana Dockerfile

This commit is contained in:
jakgrz7 2024-03-30 10:30:22 +01:00
parent 0f42cff4e1
commit 753f2286e2
1 changed files with 2 additions and 0 deletions

View File

@ -16,3 +16,5 @@ COPY IUM_02_Dane.ipynb /app/
# Domyślne polecenie, które zostanie uruchomione w kontenerze po jego starcie
CMD ["python3", "IUM_02_Dane.ipynb"]
CMD ["sh", "-c", "sleep 5"]