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

6 lines
144 B
Docker

FROM wernight/ngrok
COPY run.sh /
COPY ngrok._yml /home/ngrok/.ngrok2/ngrok._yml
USER root
RUN apk add gettext # enables envsubst
CMD sh /run.sh