try to fix deploy issues

This commit is contained in:
MapleLeaf
2022-01-09 12:46:51 -06:00
parent 4bec5c7c7b
commit 3bfc5f4977
2 changed files with 4 additions and 3 deletions

View File

@@ -7,7 +7,8 @@ RUN ls -R
RUN npm install -g pnpm
RUN pnpm install --unsafe-perm --frozen-lockfile
RUN pnpm build -C packages/docs
RUN pnpm install --prod --unsafe-perm --frozen-lockfile
RUN pnpm run build -C packages/docs
RUN pnpm install -C packages/docs --prod --unsafe-perm --frozen-lockfile
RUN pnpm store prune
CMD [ "pnpm", "start", "-C", "packages/docs" ]