Skip to content

Commit

Permalink
1.0.1 switch to alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseklm committed Oct 26, 2024
1 parent a6825ac commit ec2f588
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
FROM python:3.12-bookworm
FROM python:3.12-alpine

WORKDIR /usr/src/app

COPY requirements.txt requirements.txt
COPY . .

RUN pip install --no-cache-dir --prefer-binary -r requirements.txt

COPY . .

CMD [ "python", "./service.py" ]

0 comments on commit ec2f588

Please sign in to comment.