Skip to content

Instantly share code, notes, and snippets.

@arhea
Created December 22, 2016 22:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arhea/ec2c51b562085011bdd1caef08db4d83 to your computer and use it in GitHub Desktop.
Save arhea/ec2c51b562085011bdd1caef08db4d83 to your computer and use it in GitHub Desktop.
Interlock Dockerfile
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