migrate docs back to remix oops

This commit is contained in:
MapleLeaf
2022-01-09 17:34:50 -06:00
parent c6ea101330
commit 7d8336c7a7
58 changed files with 2086 additions and 2531 deletions

View File

@@ -8,8 +8,6 @@ RUN ls -R
RUN npm install -g pnpm
RUN pnpm install --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
ENV NODE_ENV=production
CMD [ "pnpm", "-C", "packages/docs", "serve" ]
CMD [ "pnpm", "-C", "packages/docs", "start" ]