mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-10 01:41:59 +00:00
5 lines
122 B
Docker
5 lines
122 B
Docker
FROM redis:4.0
|
|
|
|
COPY redis.conf /usr/local/etc/redis/redis.conf
|
|
|
|
CMD [ "redis-server", "/usr/local/etc/redis/redis.conf" ] |