[DEPLOYMENT-001] Add comment about WORKDIR decision (doc) | ApprovalToken: AT-202512310745
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -119,6 +119,10 @@ RUN groupadd -r peikarband && \
|
|||||||
|
|
||||||
WORKDIR /app
|
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:
|
# Base image already has everything we need:
|
||||||
# - Python 3.11
|
# - Python 3.11
|
||||||
# - Node.js 20
|
# - Node.js 20
|
||||||
|
|||||||
Reference in New Issue
Block a user