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