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.
2 parents 8db6966 + 02a0835 commit c538601Copy full SHA for c538601
etc/Dockerfile
@@ -16,8 +16,7 @@ ARG ARCH
16
ARG SOURCE
17
RUN apt update && apt install -y ca-certificates
18
COPY --from=builder /usr/src/app/build/* /usr/local/bin/
19
-COPY etc/entrypoint.sh .
20
-RUN chmod +x entrypoint.sh
+COPY --chmod=755 etc/entrypoint.sh .
21
22
# Install the api commands
23
RUN api install
0 commit comments