From da8b2e83e52454969ebcc3348548757aaddba61e Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sun, 11 Jun 2023 10:19:42 -0500 Subject: [PATCH] changed the command to use the kwaylon executable --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index b37b383..8698a78 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -14,4 +14,4 @@ services: - /etc/localtime:/etc/localtime:ro - /etc/timezone:/etc/timezone:ro - ./:/kwaylon - command: ["python3", "src/main.py"] + command: [ "kwaylon" ]