Skip to content

Instantly share code, notes, and snippets.

@dabiddo
Created October 17, 2017 08:12
Show Gist options
  • Save dabiddo/89818921eeb69d180c96aedd8923a0b7 to your computer and use it in GitHub Desktop.
Save dabiddo/89818921eeb69d180c96aedd8923a0b7 to your computer and use it in GitHub Desktop.
web docker file for Nginx
FROM nginx:1.10
ADD vhost.conf /etc/nginx/conf.d/default.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment