changed the command to use the kwaylon executable

This commit is contained in:
John Lancaster
2023-06-11 10:19:42 -05:00
parent 6a5126e3b7
commit da8b2e83e5

View File

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