feat: Adding Docker CMD in all Dockerfiles (#7339)

* fix: adding cmd to dockerfiles

* fix: adding cmd to live docker file
This commit is contained in:
sriram veeraghanta 2025-07-04 13:59:14 +05:30 committed by GitHub
parent 4f5272c8af
commit f2a87e8f15
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 12 additions and 4 deletions

View file

@ -106,4 +106,6 @@ ENV NEXT_PUBLIC_WEB_BASE_URL=$NEXT_PUBLIC_WEB_BASE_URL
ENV NEXT_TELEMETRY_DISABLED=1
ENV TURBO_TELEMETRY_DISABLED=1
EXPOSE 3000
EXPOSE 3000
CMD ["node", "apps/web/server.js"]