mirror of
https://github.com/wolfswolke/DeathGarden_API_Rebirth.git
synced 2026-09-10 10:06:28 -05:00
Update Dockerfile
This commit is contained in:
@@ -2,8 +2,8 @@ FROM python:3.13.0a3-alpine3.18
|
||||
|
||||
RUN apk upgrade && apk add curl && apk upgrade busybox # CVE-2022-48174
|
||||
|
||||
COPY . /app
|
||||
COPY requirements.txt /app/src
|
||||
COPY . /app/
|
||||
COPY requirements.txt /app/src/requirements.txt
|
||||
|
||||
WORKDIR /app/src
|
||||
|
||||
|
||||
Reference in New Issue
Block a user