Skip to content

Commit 8b198e5

Browse files
committed
feat: update fork
1 parent f9d70f8 commit 8b198e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ FROM alpine
1818

1919
ARG GONSUL
2020

21-
COPY --from=build $GONSUL/bin/gonsul /usr/bin/gonsul
21+
COPY --from=build --chmod=0755 $GONSUL/bin/gonsul /usr/bin/gonsul
2222

2323
RUN adduser -D gonsul
2424

0 commit comments

Comments
 (0)