Remove EXPOSE directive from Dockerfile to streamline container configuration, focusing on production environment settings.

This commit is contained in:
Luke Hagar
2025-10-20 22:52:35 -05:00
parent 4f16a830dd
commit 2fb9526c09

View File

@@ -28,8 +28,6 @@ RUN bun run build
ENV NODE_ENV=production
EXPOSE 3000
# Default command can be overridden by compose
CMD ["bun", "run", "build/index.js"]