This website requires JavaScript.
Explore
Help
Sign In
giles
/
stack
Archived
Watch
1
Star
1
Fork
You've already forked stack
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
This repository has been archived on
2020-08-11
. You can view files and clone it, but cannot push or open issues or pull requests.
5f2bbeb315
stack
/
ngrok2
/
Dockerfile
5 lines
97 B
Docker
Raw
Blame
History
FROM
wernight/ngrok
COPY
run.sh /
USER
root
RUN
apk add gettext
# enables envsubst
CMD
sh /run.sh
Reference in New Issue
View Git Blame
Copy Permalink