mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-14 20:00:33 +00:00
6 lines
123 B
Docker
6 lines
123 B
Docker
FROM redis:4.0
|
|
|
|
COPY redis.conf /usr/local/etc/redis/redis.conf
|
|
|
|
CMD [ "redis-server", "/usr/local/etc/redis/redis.conf" ]
|