1
File size: 259 Bytes
d098a2f
 
 
 
 
1
2
3
4
5
FROM heroku/heroku:22
RUN curl -sSL https://github.com/jpillora/chisel/releases/download/v1.7.7/chisel_1.7.7_linux_amd64.gz | zcat > /usr/bin/chisel
RUN chmod +x /usr/bin/chisel
EXPOSE 7860
CMD chisel server --socks5 --reverse --auth potato:potato --port 7860