You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-04 15:02:09 +03:00
10 lines
139 B
Docker
10 lines
139 B
Docker
ARG IMAGE
|
|
FROM ${IMAGE}
|
|
|
|
ARG REDIS_ARGUMENTS
|
|
ENV REDIS_ARGUMENTS=${REDIS_ARGUMENTS}
|
|
|
|
COPY ./entrypoint.sh /
|
|
|
|
ENTRYPOINT ["/entrypoint.sh"]
|