Skip to content

Commit

Permalink
copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Jairo Matos Da Rocha committed Sep 28, 2024
1 parent ef4de58 commit 430ba6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/prod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ RUN apt-get update && apt-get install --no-install-recommends -y curl build-esse

RUN useradd -rm -d /home/suporte -s /bin/bash -g root -G sudo -u 1001 suporte
COPY ./pyproject.toml /home/suporte/pyproject.toml
COPY . .


RUN chown -R suporte:1001 /home/suporte

USER suporte
WORKDIR /home/suporte
COPY . .
RUN uv venv

0 comments on commit 430ba6a

Please sign in to comment.