diff --git a/Dockerfile b/Dockerfile index 77b4060..a90d97a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN git clone https://github.com/setube/ogame-vue-ts.git RUN mv ./ogame-vue-ts/* . ; rm -rf ./ogame-vue-ts/ -RUN npm install -g pnpm ; pnpm install ; npx vite build +RUN npm install -g pnpm ; pnpm install --shamefully-hoist; npx vite build FROM nginx:alpine