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

This commit is contained in:
Warunee Tamkoo 2026-02-27 07:56:04 +07:00
parent c5c19b6d5e
commit 35b5d16292

View file

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