This commit is contained in:
Bob
2026-01-01 15:00:37 +01:00
parent ee3aba39bb
commit 9440ed12b7
2 changed files with 3 additions and 0 deletions

2
Python/python_test.py Normal file
View File

@@ -0,0 +1,2 @@
# for testing purposes
print("Hello, World!")

View File

@@ -34,3 +34,4 @@ docker compose run --rm watchtower --run-once
```bash
docker exec watchtower /watchtower --run-once
```