update dockerfile

This commit is contained in:
MapleLeaf
2022-01-03 04:20:33 -06:00
committed by Darius
parent e46b62f888
commit 9d51bf4618

View File

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