mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
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:
committed by
GitHub
parent
4f5272c8af
commit
f2a87e8f15
@@ -89,4 +89,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/space/server.js"]
|
||||
Reference in New Issue
Block a user