fix: align ports and docker config

This commit is contained in:
Kailasdevdas
2026-04-20 16:05:38 +05:30
parent 3fc4100a72
commit 69d6d5a8f3
3 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -21,4 +21,4 @@ EXPOSE 5000
ENTRYPOINT [ "entrypoint.sh" ]
# This '$@' will be replaced by the CMD
CMD ["npm", "run", "dev"]
CMD ["npm", "start"]