forked from verdnatura/salix-front
Listen hostname localhost
This commit is contained in:
parent
c7fdf8ef23
commit
fcd0d1fc9f
|
@ -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"]
|
Loading…
Reference in New Issue