Skip to content

Commit

Permalink
fix(#91)/Corrigindo Dockerfile
Browse files Browse the repository at this point in the history
Alterando o caminho para a cópia do requirements.txt para que o deploy do Back end seja feito da maneira certa.
  • Loading branch information
Ana-Luiza-SC authored Feb 1, 2025
1 parent c9d630d commit 5ce7cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

COPY server/requirements.txt /app/
COPY requirements.txt /app/

RUN pip install -r requirements.txt

Expand Down

0 comments on commit 5ce7cba

Please sign in to comment.