diff --git a/Dockerfile b/Dockerfile index 1906dc920..b601875f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,5 @@ FROM node:stretch-slim -RUN corepack enable pnpm -RUN pnpm install -g @quasar/cli +RUN npm install -g @quasar/cli WORKDIR /app COPY dist/spa ./ CMD ["quasar", "serve", "./", "--history", "--hostname", "0.0.0.0"]