Go to file
2024-12-10 19:00:42 +01:00
html git ignore 2024-12-10 18:59:02 +01:00
images git ignore 2024-12-10 18:59:02 +01:00
dali.py first commit 2024-12-10 18:49:40 +01:00
docker-compose.yml first commit 2024-12-10 18:49:40 +01:00
Dockerfile first commit 2024-12-10 18:49:40 +01:00
README.md README 2024-12-10 19:00:42 +01:00
requirements.txt first commit 2024-12-10 18:49:40 +01:00

HOW TO RUN?

docker compose up -d docker exec -it <nazwa_kontenera> python dali.py

HOW TO RUN IN BACKGROUND?

nohup docker exec -it <nazwa_kontenera> python dali.py &

HOW TO KILL IT?

docker compose down