Skip to content

Commit

Permalink
Run docker container with user id 1000
Browse files Browse the repository at this point in the history
  • Loading branch information
g3force committed May 2, 2021
1 parent 990747d commit 202987f
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 @@ -9,5 +9,6 @@ RUN go install ./...
# Start fresh from a smaller image
FROM alpine:3.9
COPY --from=build /go/bin/ssl-simulation-controller /app/ssl-simulation-controller
USER 1000
ENTRYPOINT ["/app/ssl-simulation-controller"]
CMD []

0 comments on commit 202987f

Please sign in to comment.