deploy(fix): ajuste no dockerfile
This commit is contained in:
parent
24d68d0933
commit
d66b1fc663
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue