Created
October 17, 2017 08:12
-
-
Save dabiddo/89818921eeb69d180c96aedd8923a0b7 to your computer and use it in GitHub Desktop.
web docker file for Nginx
This file contains hidden or 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 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