File size: 190 Bytes
5291d03
 
 
 
 
 
1
2
3
4
5
6
FROM alpine:3.11.6

WORKDIR /root
RUN wget https://raw.githubusercontent.com/helloxz/ccaa/master/docker-ccaa.sh && sh docker-ccaa.sh install
VOLUME /data/ccaaDown
EXPOSE 6080 6081 6800 51413