0
0
Fork 0

Merge branch 'test' into dev

This commit is contained in:
Carlos Jimenez Ruiz 2022-04-06 07:00:38 +00:00
commit 61ca063c95
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@ FROM node:stretch-slim
RUN npm install -g @quasar/cli
WORKDIR /app
COPY dist/spa ./
CMD ["quasar", "serve", "./", "--history", "--hostname", "localhost"]
CMD ["quasar", "serve", "./", "--history", "--hostname", "0.0.0.0"]