Skip to content

Commit e2a86c0

Browse files
committed
fix docs.
1 parent d4f1fb5 commit e2a86c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ RUN pnpm --filter mycoder-docs build
1111
ENV PORT=8080
1212
EXPOSE ${PORT}
1313

14-
CMD ["pnpm", "--filter", "mycoder-docs", "start", "--port", "8080", "--no-open"]
14+
CMD ["pnpm", "--filter", "mycoder-docs", "serve", "--port", "8080", "--no-open"]
1515

0 commit comments

Comments
 (0)