docker improvements

This commit is contained in:
John Lancaster
2023-06-09 21:25:18 -05:00
parent 3f9eea6a51
commit 5459e068aa
4 changed files with 13 additions and 40 deletions

5
start.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
SCRIPT_PATH=$(readlink -f $(dirname $BASH_SOURCE))
docker compose -f $SCRIPT_PATH/docker-compose.yml run --build kwaylon python main.py