0
0
Fork 0
salix-front-mindshore-fork2/Dockerfile

6 lines
152 B
Docker

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