Skip to content

Commit

Permalink
fix: owner of items in container
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravio1i committed Oct 31, 2021
1 parent 05da839 commit 22f9833
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ RUN useradd -m $USER --shell /bin/bash
WORKDIR /home/$USER

COPY . .
RUN chown -R $USER:$USER "/home/$USER"

USER $USER

RUN pip install --no-cache-dir --upgrade pip
Expand Down

0 comments on commit 22f9833

Please sign in to comment.