diff --git a/.gitignore b/.gitignore index 6213941..dcc9a90 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ apikeys.sh apikeys.ps1 stackql stackql-zip -test.py \ No newline at end of file +test.py +*.json \ No newline at end of file diff --git a/start.sh b/start.sh index 2b3b887..ac4b138 100644 --- a/start.sh +++ b/start.sh @@ -1,2 +1,2 @@ -docker-compose build --no-cache +docker compose build --no-cache docker compose up --build \ No newline at end of file