diff --git a/Dockerfile b/Dockerfile index 2c14bb3..7f31058 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ FROM alpine RUN apk add --no-cache bash COPY entrypoint.sh / -ENTRYPOINT ["bash", "./entrypoint.sh"] \ No newline at end of file +ENTRYPOINT ["bash", "/entrypoint.sh"] \ No newline at end of file