File size: 87 Bytes
b6dddc5
 
 
 
 
 
 
1
2
3
4
5
6
7

FROM ngrok/ngrok

ENV DEBIAN_FRONTEND=noninteractive
EXPOSE 7860

CMD ["/bin/bash.sh"]