Created
December 22, 2016 22:58
-
-
Save arhea/ec2c51b562085011bdd1caef08db4d83 to your computer and use it in GitHub Desktop.
Interlock Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM ehazlett/interlock:1.1.1 | |
RUN apk add --no-cache bash gawk sed grep bc coreutils | |
VOLUME /certs | |
EXPOSE 8080 | |
COPY ./templates/nginx.tmpl /etc/interlock/nginx.conf.template | |
COPY launch.sh /bin/launch.sh | |
RUN chmod +x /bin/launch.sh | |
ENTRYPOINT [ ] | |
CMD [ "/bin/bash" , "-c", "'/bin/launch.sh'" ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment