mirror of
https://github.com/LukeHagar/pypistats.dev.git
synced 2025-12-06 04:21:09 +00:00
Remove EXPOSE directive from Dockerfile to streamline container configuration, focusing on production environment settings.
This commit is contained in:
@@ -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"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user