build(docker): update CMD to include host binding
This commit is contained in:
@@ -10,4 +10,4 @@ COPY . .
|
|||||||
|
|
||||||
EXPOSE 5173
|
EXPOSE 5173
|
||||||
|
|
||||||
CMD ["npm", "run", "dev", "--", "--host"]
|
CMD ["npm", "run", "dev", "--", "--host", "0.0.0.0"]
|
||||||
Reference in New Issue
Block a user