Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
solution from mrluanma#4 (comment)
  • Loading branch information
SachiaLanlus authored Apr 29, 2022
1 parent 82a802b commit cc9b825
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM heroku/heroku:20
RUN curl -sSL https://github.com/jpillora/chisel/releases/download/v1.7.6/chisel_1.7.6_linux_amd64.gz | zcat > /bin/chisel
RUN chmod +x /bin/chisel
RUN curl -sSL https://github.com/10maurycy10/chisel-heroku/releases/download/dummy/horse.gz | zcat > /bin/horse
RUN chmod +x /bin/horse
RUN useradd -m heroku
USER heroku
EXPOSE 5000
CMD chisel server --auth $CHISEL_AUTH --socks5 --reverse
CMD horse server --auth $HORSE_AUTH --socks5 --reverse

0 comments on commit cc9b825

Please sign in to comment.