feat: backend rebuild

This commit is contained in:
admin
2025-10-11 09:24:40 +07:00
parent 360ab1ac12
commit 15145260f9
19 changed files with 92 additions and 71 deletions

View File

@@ -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"]