add missing Dockerfile
parent
e03259af28
commit
981835fda3
|
@ -0,0 +1,4 @@
|
||||||
|
FROM docker:stable
|
||||||
|
COPY start-redis.sh /start-redis.sh
|
||||||
|
RUN chmod +x /start-redis.sh
|
||||||
|
ENTRYPOINT ["/start-redis.sh"]
|
Loading…
Reference in New Issue