From 1b3a247d9dc85564577d3eb4c77d179a747cc9dc Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sun, 7 Mar 2021 14:21:19 +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 b5911b7..7dea4b7 100644 --- a/configure-script.js +++ b/configure-script.js @@ -116,7 +116,7 @@ COPY . /app EXPOSE ${appPort} USER node ENTRYPOINT ["bash", "-c"] -CMD ["sleep 10 && npm start"] +CMD ["sleep 10 && npm start"] `; const sqlfile = `