Skip to content

Commit cd14c45

Browse files
docker file update for the updated comments
1 parent b577b9c commit cd14c45

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/frontend/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,12 @@ RUN npm run build
2626
# 5. Reduced operational complexity - same monitoring, logging, and scaling patterns
2727
#
2828
# Trade-off: Larger container size vs operational simplicity benefits
29+
# NOTE: This architecture choice addresses maintainability through unified deployment patterns
2930
FROM python:3.11-slim
3031

3132
WORKDIR /app
3233

33-
# Copy Python requirements and install
34+
# Copy Python requirements and install dependencies
3435
COPY requirements.txt .
3536
RUN pip install --no-cache-dir -r requirements.txt
3637

0 commit comments

Comments
 (0)