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