We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce46f76 commit 99d1450Copy full SHA for 99d1450
Dockerfile
@@ -18,4 +18,5 @@ FROM alpine:3 AS production
18
19
RUN apk --no-cache add ca-certificates
20
COPY --from=development /chirpstack-gateway-bridge/build/chirpstack-gateway-bridge /usr/bin/chirpstack-gateway-bridge
21
+USER nobody:nogroup
22
ENTRYPOINT ["/usr/bin/chirpstack-gateway-bridge"]
0 commit comments