Skip to content

Commit

Permalink
seq
Browse files Browse the repository at this point in the history
  • Loading branch information
Jairo Matos Da Rocha committed Sep 28, 2024
1 parent 430ba6a commit 11adc10
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docker/prod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,18 @@ ENV URL_TO_APPLICATION_GITHUB='https://github.com/lapig-ufg/tiles.git' \

LABEL maintainer="Jario Matos da Rocha <[email protected]>"

WORKDIR /home/suporte


RUN apt-get update && apt-get install --no-install-recommends -y curl build-essential git nano


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 11adc10

Please sign in to comment.