refactor: update CMD instruction in Dockerfile to specify host binding
All checks were successful
Build and Push Docker Image / docker (push) Successful in 8s
All checks were successful
Build and Push Docker Image / docker (push) Successful in 8s
This commit is contained in:
@@ -20,4 +20,4 @@ ENV NODE_ENV=production \
|
|||||||
|
|
||||||
EXPOSE 5173
|
EXPOSE 5173
|
||||||
|
|
||||||
CMD ["node", "src/server/index.js"]
|
CMD ["node", "src/server/index.js", "--host", "0.0.0.0"]
|
||||||
|
|||||||
Reference in New Issue
Block a user