Oh, come on

This commit is contained in:
2021-03-07 14:21:12 +11:00
parent 0dd1717ff6
commit 29ca934b93
+1 -1
View File
@@ -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 = `