Skip to content

Commit 99d1450

Browse files
authored
Dockerfile: don't run as root (#185)
1 parent ce46f76 commit 99d1450

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
@@ -18,4 +18,5 @@ FROM alpine:3 AS production
1818

1919
RUN apk --no-cache add ca-certificates
2020
COPY --from=development /chirpstack-gateway-bridge/build/chirpstack-gateway-bridge /usr/bin/chirpstack-gateway-bridge
21+
USER nobody:nogroup
2122
ENTRYPOINT ["/usr/bin/chirpstack-gateway-bridge"]

0 commit comments

Comments
 (0)