From d66b1fc66385147224b851700e6767a5c2554c4f Mon Sep 17 00:00:00 2001 From: Keven Date: Thu, 7 Aug 2025 12:25:11 -0300 Subject: [PATCH] deploy(fix): ajuste no dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \