forked from verdnatura/salix-front
Merge branch 'test' into dev
This commit is contained in:
commit
61ca063c95
|
@ -2,4 +2,4 @@ FROM node:stretch-slim
|
||||||
RUN npm install -g @quasar/cli
|
RUN npm install -g @quasar/cli
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY dist/spa ./
|
COPY dist/spa ./
|
||||||
CMD ["quasar", "serve", "./", "--history", "--hostname", "localhost"]
|
CMD ["quasar", "serve", "./", "--history", "--hostname", "0.0.0.0"]
|
Loading…
Reference in New Issue