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 f9d70f8 commit 8b198e5Copy full SHA for 8b198e5
Dockerfile
@@ -18,7 +18,7 @@ FROM alpine
18
19
ARG GONSUL
20
21
-COPY --from=build $GONSUL/bin/gonsul /usr/bin/gonsul
+COPY --from=build --chmod=0755 $GONSUL/bin/gonsul /usr/bin/gonsul
22
23
RUN adduser -D gonsul
24
0 commit comments