refactor: update CMD instruction in Dockerfile to specify host binding
All checks were successful
Build and Push Docker Image / docker (push) Successful in 8s

This commit is contained in:
2025-09-04 17:45:26 +02:00
parent 732c700618
commit a63c5858f7

View File

@@ -20,4 +20,4 @@ ENV NODE_ENV=production \
EXPOSE 5173
CMD ["node", "src/server/index.js"]
CMD ["node", "src/server/index.js", "--host", "0.0.0.0"]