diff --git a/Dockerfile b/Dockerfile index b72e499..bad0db3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ FROM docker:stable COPY start-redis.sh /start-redis.sh RUN chmod +x /start-redis.sh -ENTRYPOINT ["/start-redis.sh"] +ENTRYPOINT ["/start-redis.sh"] \ No newline at end of file