0
0
Fork 0

Listen hostname localhost

This commit is contained in:
Joan Sanchez 2022-03-30 15:52:36 +02:00
parent c7fdf8ef23
commit fcd0d1fc9f
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"]
CMD ["quasar", "serve", "./", "--history", "--hostname", "localhost"]