Skip to content

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rickymoorhouse authored Feb 8, 2022
1 parent 9ad324c commit 4c4bfc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ ENV PATH="/opt/venv/bin:$PATH" VIRTUAL_ENV="/opt/venv"
# Copy trawler application
COPY *.py /app/
COPY test-assets /app/test-assets
# Create and set user
RUN adduser -D trawler -u 1000
RUN chown -R trawler:users /app
USER 1000
Expand Down

0 comments on commit 4c4bfc5

Please sign in to comment.