Update Dockerfile

This commit is contained in:
muchasxmaracas
2024-01-31 18:47:14 +01:00
committed by GitHub
parent 2cab13f6d8
commit 552c30c3af

View File

@@ -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