We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caa3bed commit e2e8a1eCopy full SHA for e2e8a1e
1 file changed
apps/web/Dockerfile
@@ -29,6 +29,6 @@ USER bun
29
ENV NODE_ENV=production
30
31
# Use 0.0.0.0 to bind to all interfaces (required for Docker)
32
-EXPOSE 4173
+EXPOSE 3000
33
34
-CMD ["bun", "run", "docs:preview", "--host", "0.0.0.0"]
+CMD ["bun", "run", "docs:preview", "--host", "0.0.0.0", "--port", "3000"]
0 commit comments