box / Dockerfile
uneed's picture
Update Dockerfile
cb6f3e7
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" ]