1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-31 06:18:07 +00:00
_/redis-commander/Dockerfile
Kohei Watanabe 30663abe62 Add 'redis-commander/' from commit '497cb166813972e4e2303e50fe75726b43c6494a'
git-subtree-dir: redis-commander
git-subtree-mainline: bb126f221e
git-subtree-split: 497cb16681
2020-07-21 00:42:12 +09:00

3 lines
87 B
Docker

FROM rediscommander/redis-commander
COPY entrypoint.sh /
ENTRYPOINT ["/entrypoint.sh"]