mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-06-17 23:09:35 +00:00
fix: bust COPY cache — Railway cached old app code without parents[4] fix
https://claude.ai/code/session_01W1rJthWDkasijTdXCfxVHs
This commit is contained in:
parent
234e39ca60
commit
28ea22868f
@ -31,6 +31,7 @@ ENV PATH="/opt/venv/bin:$PATH" \
|
||||
PYTHONDONTWRITEBYTECODE=1
|
||||
|
||||
WORKDIR /app
|
||||
ARG APP_CACHEBUST=3
|
||||
COPY --chown=app:app . .
|
||||
RUN chmod +x start.sh
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user