mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-12 10:50:31 +00:00
5 lines
124 B
Docker
5 lines
124 B
Docker
FROM redis:6.2.0
|
|
|
|
COPY redis.conf /usr/local/etc/redis/redis.conf
|
|
|
|
CMD [ "redis-server", "/usr/local/etc/redis/redis.conf" ] |