mirror of
https://github.com/kou029w/_.git
synced 2025-03-03 21:15:21 +00:00
3 lines
87 B
Docker
3 lines
87 B
Docker
FROM rediscommander/redis-commander
|
|
COPY entrypoint.sh /
|
|
ENTRYPOINT ["/entrypoint.sh"]
|