diff --git a/docker/Dockerfile b/docker/Dockerfile index 6a5b887..9e115d1 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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