fix: bust COPY cache — Railway cached old app code without parents[4] fix

https://claude.ai/code/session_01W1rJthWDkasijTdXCfxVHs
This commit is contained in:
Claude 2026-04-26 01:34:50 +00:00
parent 234e39ca60
commit 28ea22868f
No known key found for this signature in database

View File

@ -31,6 +31,7 @@ ENV PATH="/opt/venv/bin:$PATH" \
PYTHONDONTWRITEBYTECODE=1 PYTHONDONTWRITEBYTECODE=1
WORKDIR /app WORKDIR /app
ARG APP_CACHEBUST=3
COPY --chown=app:app . . COPY --chown=app:app . .
RUN chmod +x start.sh RUN chmod +x start.sh