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
|