1 parent 3ed4c66 commit c998337Copy full SHA for c998337
1 file changed
backend/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.13-slim as builder
+FROM python:3.13-slim AS builder
2
3
ENV PYTHONUNBUFFERED=1 \
4
PYTHONDONTWRITEBYTECODE=1 \
@@ -24,7 +24,7 @@ COPY pyproject.toml poetry.lock ./
24
25
RUN poetry install --no-dev --no-root --no-interaction --no-ansi
26
27
-FROM python:3.13-slim as runtime
+FROM python:3.13-slim AS runtime
28
29
30
0 commit comments