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.
stack/ngrok-gitea/Dockerfile

7 lines
159 B
Docker
Raw Normal View History

2020-04-02 13:20:50 +00:00
FROM wernight/ngrok
COPY run.sh /
2020-04-28 17:08:32 +00:00
COPY ngrok._yml /home/ngrok/.ngrok2/ngrok._yml
2020-04-02 13:20:50 +00:00
USER root
2020-04-29 11:38:54 +00:00
RUN apk update
2020-04-02 13:20:50 +00:00
RUN apk add gettext # enables envsubst
CMD sh /run.sh