From 29ca934b93d2e6e396ce247c883227099fab8993 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sun, 7 Mar 2021 14:21:12 +1100 Subject: [PATCH] Oh, come on --- configure-script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure-script.js b/configure-script.js index f66dfb3..c23dd94 100644 --- a/configure-script.js +++ b/configure-script.js @@ -133,7 +133,7 @@ COPY . /app EXPOSE ${appPort} USER node ENTRYPOINT ["bash", "-c"] -CMD ["sleep 10 && npm start"] +CMD ["sleep 10 && npm start"] `; const sqlfile = `