Skip to content

Commit 40defba

Browse files
committed
chore: copy from mycoder-docs repo.
1 parent 4bda655 commit 40defba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/docs/Dockerfile

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

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

0 commit comments

Comments
 (0)