diff --git a/Dockerfile b/Dockerfile index be2ca3d5..2e779572 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,4 +14,5 @@ FROM alpine COPY helloworld.sh / +RUN chmod +x /helloworld.sh CMD ["/helloworld.sh"]