Skip to content

Commit c538601

Browse files
authored
Merge pull request #33 from mutablelogic/djthorpe-patch-1
Update Dockerfile
2 parents 8db6966 + 02a0835 commit c538601

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

etc/Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ ARG ARCH
1616
ARG SOURCE
1717
RUN apt update && apt install -y ca-certificates
1818
COPY --from=builder /usr/src/app/build/* /usr/local/bin/
19-
COPY etc/entrypoint.sh .
20-
RUN chmod +x entrypoint.sh
19+
COPY --chmod=755 etc/entrypoint.sh .
2120

2221
# Install the api commands
2322
RUN api install

0 commit comments

Comments
 (0)