explicitly calling python3 from docker

This commit is contained in:
John Lancaster
2023-06-11 09:32:09 -05:00
parent 486a046cb3
commit 526a1797e4
2 changed files with 4 additions and 4 deletions

View File

@@ -14,3 +14,4 @@ services:
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
- ./:/kwaylon
command: ["python3", "src/main.py"]