Skip to content

Commit 3db9de1

Browse files
authored
Merge pull request #1211 from ccnmtl/nikolas-patch-1
Dockerfile.backend: use slim-trixie
2 parents c6193ac + 8b59013 commit 3db9de1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.backend

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM public.ecr.aws/docker/library/python:3.11-trixie
1+
FROM public.ecr.aws/docker/library/python:3.11-slim-trixie
22
ENV PYTHONDONTWRITEBYTECODE=1
33
ENV PYTHONUNBUFFERED=1
44
WORKDIR /src
@@ -7,4 +7,4 @@ RUN apt update
77
RUN apt install -y npm
88
RUN pip install --upgrade pip && \
99
pip install --no-deps -r requirements.txt
10-
COPY . /src/
10+
COPY . /src/

0 commit comments

Comments
 (0)