1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-30 22:08:02 +00:00
_/Dockerfile
2020-06-12 16:48:09 +09:00

3 lines
87 B
Docker

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