We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52f9ec3 + ba51f2d commit 2bda09aCopy full SHA for 2bda09a
1 file changed
backend/Dockerfile
@@ -12,7 +12,7 @@ COPY pyproject.toml poetry.lock ./
12
13
RUN poetry install --only=main --no-root --no-cache
14
15
-FROM python:3.13-alpine3.23
+FROM python:3.13-alpine3.23 AS api
16
17
ENV PYTHONUNBUFFERED=1 \
18
PYTHONDONTWRITEBYTECODE=1 \
0 commit comments