Skip to content

Commit 2bda09a

Browse files
authored
Merge pull request #430 from dsgnr/fix_target
fix: add missing stage target in backend Dockerfile
2 parents 52f9ec3 + ba51f2d commit 2bda09a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ COPY pyproject.toml poetry.lock ./
1212

1313
RUN poetry install --only=main --no-root --no-cache
1414

15-
FROM python:3.13-alpine3.23
15+
FROM python:3.13-alpine3.23 AS api
1616

1717
ENV PYTHONUNBUFFERED=1 \
1818
PYTHONDONTWRITEBYTECODE=1 \

0 commit comments

Comments
 (0)