Skip to content

Commit 6960d29

Browse files
committed
add bin x mode
Signed-off-by: 沈冬冬 <[email protected]>
1 parent b66fa12 commit 6960d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile-muiti-architecture

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ COPY --from=builder /usr/local/src/dex/web /srv/dex/web
6363
#COPY --from=gomplate /usr/local/bin/gomplate-${TARGETARCH} /usr/local/bin/gomplate
6464
#RUN chmod +x bins/gomplate-${TARGETARCH}
6565
COPY bins/gomplate-${TARGETARCH} /usr/local/bin/gomplate
66-
RUN chmod +x bins/gomplate-${TARGETARCH}
66+
RUN chmod +x /usr/local/bin/gomplate
6767

6868
USER 1001:1001
6969

0 commit comments

Comments
 (0)