mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-15 20:37:39 +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
|