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