Skip to content

Commit

Permalink
switch to alpine and publish first version
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseklm committed Jul 16, 2024
1 parent 3388feb commit f271a40
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", "./main.py" ]

0 comments on commit f271a40

Please sign in to comment.