Merge branch 'master' of gitlab.com:megazordpobeda/DataRush

This commit is contained in:
ITQ
2025-05-08 12:53:15 +03:00
19 changed files with 679 additions and 6268 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
# Stage 1: Install dependencies and compile staticfiles
FROM docker.io/python:3.11-alpine3.20 AS builder
FROM docker.io/python:3.13-alpine AS builder
COPY --from=ghcr.io/astral-sh/uv:0.4.30 /uv /uvx /bin/
@@ -20,7 +20,7 @@ COPY . .
RUN uv run python manage.py collectstatic --noinput
# Stage 2: Start nginx and serve staticfiles
FROM docker.io/nginx:latest
FROM docker.io/nginx:1.28-alpine-slim
COPY --from=builder /app/static /usr/share/nginx/html