Add EXPOSE directives to all Dockerfiles with port documentation

Co-authored-by: velocitatem <60182044+velocitatem@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-11-12 14:25:37 +00:00
parent 90ba7588cc
commit 0aed8e7311
4 changed files with 11 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
FROM redis:7-alpine
# Redis is used as-is from the official image
# No additional configuration needed
# Expose Redis port
EXPOSE 6379