File size: 158 Bytes
f10e854
cb6f3e7
f18dd15
 
d1697f5
da27d48
1
2
3
4
5
6
7
FROM debian
EXPOSE 7860
COPY box /usr/bin/box
COPY config.json /etc/config.json
RUN  chmod +x /usr/bin/box
CMD [ "/usr/bin/box" ,"-config=/etc/config.json" ]