[DEPLOYMENT-001] Add comment about WORKDIR decision (doc) | ApprovalToken: AT-202512310745
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Ehsan.Asadi
2025-12-31 07:45:53 +03:30
parent cd5960e426
commit a800d7f433

View File

@@ -119,6 +119,10 @@ RUN groupadd -r peikarband && \
WORKDIR /app
# Note: We keep WORKDIR=/app (not /app/peikarband) to avoid Python importing
# /app/peikarband/peikarband/ as the peikarband package
# The entrypoint script will cd to /app/peikarband before running reflex
# Base image already has everything we need:
# - Python 3.11
# - Node.js 20