rename entrypoint
parent
9e35c9c276
commit
c6f32c400f
|
@ -1,4 +1,4 @@
|
||||||
FROM docker:stable
|
FROM docker:stable
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY start-redis.sh /start-redis.sh
|
||||||
RUN chmod +x /entrypoint.sh
|
RUN chmod +x /start-redis.sh
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/start-redis.sh"]
|
||||||
|
|
Loading…
Reference in New Issue