Copy yarn runtime, nginx temp dirs

This commit is contained in:
Codex
2025-11-12 09:07:31 -06:00
parent 51f57caa72
commit e49fd47c6d
4 changed files with 6 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ RUN mkdir -p "$APP_CODE_DIR" "$APP_DATA_DIR" "$APP_RUNTIME_DIR" "$APP_TMP_DIR" &
# bring in the upstream runtime and packaged server artifacts
COPY --from=upstream /usr/local /usr/local
COPY --from=upstream /opt /opt
COPY --from=upstream /app "$APP_BUILD_DIR"
# configuration, launch scripts, and defaults