Created
October 31, 2018 04:05
-
-
Save tranphuoctien/11eae5bff746c7ebacf461e608a3fb41 to your computer and use it in GitHub Desktop.
Restaff build web
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-alpine | |
| ADD ./conf/web/prod.vhost.conf /etc/nginx/conf.d/default.conf | |
| COPY ./brazn-php/public /var/www/public |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment