feat: backend rebuild
This commit is contained in:
@@ -66,4 +66,5 @@ USER node
|
||||
EXPOSE 3001
|
||||
HEALTHCHECK --interval=30s --timeout=5s --retries=10 \
|
||||
CMD wget -qO- http://127.0.0.1:3001/health || exit 1
|
||||
CMD ["node","src/index.js"]
|
||||
CMD ["node","src/index.js"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user