diff --git a/Dockerfile b/Dockerfile index 7372e3b..8f41d41 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM python:3.12-slim WORKDIR /app # Copia o arquivo de dependĂȘncias -COPY Api/requirements.txt . +COPY requirements.txt . # Instala dependĂȘncias no sistema e no Python RUN apt-get update && apt-get install -y \