From 62c8f62c3bfa8d949d7114c881394cd4bfcfbdf3 Mon Sep 17 00:00:00 2001 From: Jeffrey Aven Date: Tue, 31 Oct 2023 17:27:56 +1100 Subject: [PATCH] updates --- .gitignore | 3 ++- start.sh | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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