Skip to content

Instantly share code, notes, and snippets.

@darwin
Created December 21, 2016 19:55
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 darwin/df67df4e21518372d0a4aa77bb4273df to your computer and use it in GitHub Desktop.
Save darwin/df67df4e21518372d0a4aa77bb4273df to your computer and use it in GitHub Desktop.
FROM steveltn/https-portal
COPY ./fs_overlay /
# official nginx container symlinks both access.log (error.log) to stdout (stderr)
# we don't want to spam our docker logs with busy access logging
# if needed do `docker exec -ti portal tail -f /var/log/nginx/access.log` to check access logs
RUN rm /var/log/nginx/access.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment