mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-17 02:38:29 +00:00
Fix exposed port in Dockerfile
Even if you change the default port for your app, Docker still exposes hardcoded port 9000.
This commit is contained in:
parent
5be8789576
commit
5af81d96ae
@ -22,5 +22,5 @@ COPY --from=build --chown=node:node /app/.git /app/.git
|
|||||||
|
|
||||||
USER node
|
USER node
|
||||||
|
|
||||||
EXPOSE 9000
|
EXPOSE ${API_PORT}
|
||||||
CMD [ "node", "src/cobalt" ]
|
CMD [ "node", "src/cobalt" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user