mirror of
https://github.com/wolfswolke/DeathGarden_API_Rebirth.git
synced 2026-03-21 17:54:09 -05:00
Upgraded docker image and auto upgrade pip.
This commit is contained in:
parent
22064e3513
commit
887f6b3739
|
|
@ -1,9 +1,12 @@
|
|||
FROM python:3.10-alpine
|
||||
FROM python:3.12.0b4-alpine3.18
|
||||
|
||||
COPY . /app
|
||||
COPY requirements.txt /app/src
|
||||
|
||||
WORKDIR /app/src
|
||||
|
||||
RUN pip install --upgrade pip
|
||||
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
RUN apk add curl
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user