mirror of
https://github.com/jimeh/Dockerfiles.git
synced 2026-02-19 07:56:41 +00:00
4 lines
108 B
Docker
4 lines
108 B
Docker
FROM redis
|
|
COPY redis.conf /usr/local/etc/redis/redis.conf
|
|
CMD redis-server /usr/local/etc/redis/redis.conf
|