Oh, come on

This commit is contained in:
2021-03-07 14:21:19 +11:00
parent 2f6a2ad94a
commit 1b3a247d9d
+1 -1
View File
@@ -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 = `