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 = `