Skip to content

Commit e2e8a1e

Browse files
committed
.
1 parent caa3bed commit e2e8a1e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/web/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ USER bun
2929
ENV NODE_ENV=production
3030

3131
# Use 0.0.0.0 to bind to all interfaces (required for Docker)
32-
EXPOSE 4173
32+
EXPOSE 3000
3333

34-
CMD ["bun", "run", "docs:preview", "--host", "0.0.0.0"]
34+
CMD ["bun", "run", "docs:preview", "--host", "0.0.0.0", "--port", "3000"]

0 commit comments

Comments
 (0)