mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-24 18:35:10 +00:00
8 lines
78 B
Docker
8 lines
78 B
Docker
FROM dockerfile/redis
|
|
|
|
ADD run.sh /run.sh
|
|
|
|
RUN chmod a+x /run.sh
|
|
|
|
CMD /run.sh
|