add git to containerfile
Build and Push Containers / build-and-push-app (push) Successful in 2m17s
Build and Push Containers / build-and-push-db (push) Successful in 15s

This commit is contained in:
2026-08-27 10:32:12 -04:00
parent beaca4fe97
commit 492d8275e7
+1
View File
@@ -41,6 +41,7 @@ ENV PATH="/app/.venv/bin:$PATH" \
PYTHONDONTWRITEBYTECODE=1 \
BOR_STATIC_DIR=/app/static \
BOR_ENVIRONMENT=production
RUN apt update && apt install -y git
RUN useradd --create-home --uid 10001 reese
WORKDIR /app
COPY --from=python /app/.venv /app/.venv