diff --git a/Dockerfile b/Dockerfile index 2cbf3c3..28e6994 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /frontend-build COPY ./frontend/ . -RUN pnpm install --s +RUN pnpm install --shamefully-hoist RUN pnpm run build # Build backend exec file.