Skip to content

Commit

Permalink
executing entrypoint sh with bash
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth Khatsuriya committed Aug 17, 2021
1 parent 3fb9224 commit 2542a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ RUN curl -o kustomize.tar.gz -L https://github.com/kubernetes-sigs/kustomize/rel
COPY entrypoint.sh /entrypoint.sh

# Code file to execute when the docker container starts up (`entrypoint.sh`)
ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["bash","/entrypoint.sh"]

0 comments on commit 2542a00

Please sign in to comment.