Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nickschuch committed Jun 15, 2022
1 parent 0a81468 commit b8d256b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,4 @@ FROM docker.io/amazon/aws-cli:2.1.27
COPY s3-sync /usr/local/bin/
RUN chmod +x /usr/local/bin/s3-sync

RUN adduser -D -u 1000 skpr
USER skpr

ENTRYPOINT ["/usr/local/bin/s3-sync"]

0 comments on commit b8d256b

Please sign in to comment.