Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
BattlefieldDuck committed Mar 13, 2024
1 parent 8b989ba commit e95bc67
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Dockerfile
FROM python:3.11-alpine
FROM python:3.12

WORKDIR /app

COPY requirements.txt requirements.txt
RUN apk add --no-cache python3-dev \
&& pip install --no-cache-dir -r requirements.txt
RUN pip install --no-cache-dir -r requirements.txt

COPY . .

0 comments on commit e95bc67

Please sign in to comment.