This commit is contained in:
Karol Wypchlo 2021-04-01 22:41:36 +02:00
parent 2a3e4d71c0
commit e3e45dc3e8
1 changed files with 1 additions and 1 deletions

View File

@ -23,4 +23,4 @@ RUN npm run build
EXPOSE 9000
CMD ["sh", "-c", "npm run serve --host=0.0.0.0"]
CMD ["sh", "-c", "npm run serve -H 0.0.0.0"]