build(docker): update CMD to include host binding

This commit is contained in:
2026-03-31 19:31:58 +01:00
parent efb4c8384d
commit 2045ccebb5

View File

@@ -10,4 +10,4 @@ COPY . .
EXPOSE 5173
CMD ["npm", "run", "dev", "--", "--host"]
CMD ["npm", "run", "dev", "--", "--host", "0.0.0.0"]