Skip to content

Commit 202987f

Browse files
committed
Run docker container with user id 1000
1 parent 990747d commit 202987f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ RUN go install ./...
99
# Start fresh from a smaller image
1010
FROM alpine:3.9
1111
COPY --from=build /go/bin/ssl-simulation-controller /app/ssl-simulation-controller
12+
USER 1000
1213
ENTRYPOINT ["/app/ssl-simulation-controller"]
1314
CMD []

0 commit comments

Comments
 (0)