docs: huge migration to runtime asset cache

This commit is contained in:
MapleLeaf
2022-01-07 02:32:50 -06:00
parent 666215319e
commit ba603fca9e
41 changed files with 270 additions and 450 deletions

View File

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