Skip to content

Commit

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

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

RUN chown -R lapig:lapig /home/lapig

USER lapig
WORKDIR /home/lapig

COPY . .

RUN uv venv

0 comments on commit 0503ceb

Please sign in to comment.