We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1db66a6 commit ff9df1aCopy full SHA for ff9df1a
1 file changed
Dockerfile
@@ -3,7 +3,7 @@ FROM alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2
3
ARG TARGETARCH
4
5
RUN apk add --no-cache ca-certificates
6
-COPY dist/nix_linux_${TARGETARCH}_*/temporal /usr/local/bin/temporal
+COPY --chmod=755 dist/nix_linux_${TARGETARCH}_*/temporal /usr/local/bin/temporal
7
RUN adduser -u 1000 -D temporal
8
USER temporal
9
0 commit comments