host
This commit is contained in:
parent
e3e45dc3e8
commit
d51f5ea7a0
|
@ -23,4 +23,4 @@ RUN npm run build
|
|||
|
||||
EXPOSE 9000
|
||||
|
||||
CMD ["sh", "-c", "npm run serve -H 0.0.0.0"]
|
||||
CMD ["sh", "-c", "npm run serve -- --host 0.0.0.0"]
|
||||
|
|
Reference in New Issue