Skip to content

Commit

Permalink
chore: add shell entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
meysam81 committed Sep 2, 2024
1 parent 6ecfda6 commit 6a28c23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ COPY --from=build /azcopy/azcopy /usr/local/bin/
RUN apk add --update coreutils && \
rm -rf /var/cache/apk/*

CMD [ "azcopy", "--help" ]
ENTRYPOINT [ "sh", "-c" ]
CMD [ "azcopy --help" ]

0 comments on commit 6a28c23

Please sign in to comment.