fix
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m46s

This commit is contained in:
Warunee Tamkoo 2026-02-26 22:23:38 +07:00
parent 693afddc22
commit aad0a03a17

View file

@ -31,4 +31,4 @@ USER node
# Define the entrypoint and default command
# If you have a custom entrypoint script
CMD [ "node", "dist/app.js" ]
CMD [ "node", "dist/src/app.js" ]