forked from verdnatura/salix-front
refs #6797 fix(jenkins) momentarily
This commit is contained in:
parent
74c4a7157b
commit
6d3bed2db6
|
@ -1,6 +1,5 @@
|
||||||
FROM node:stretch-slim
|
FROM node:stretch-slim
|
||||||
RUN corepack enable pnpm
|
RUN npm install -g @quasar/cli
|
||||||
RUN pnpm install -g @quasar/cli
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY dist/spa ./
|
COPY dist/spa ./
|
||||||
CMD ["quasar", "serve", "./", "--history", "--hostname", "0.0.0.0"]
|
CMD ["quasar", "serve", "./", "--history", "--hostname", "0.0.0.0"]
|
||||||
|
|
Loading…
Reference in New Issue