rename entrypoint

pull/6/head
Marcus Poehls 2019-12-17 14:58:35 +01:00
parent 9e35c9c276
commit c6f32c400f
1 changed files with 3 additions and 3 deletions

View File

@ -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"]