Skip to content

Instantly share code, notes, and snippets.

@tranphuoctien
Created October 31, 2018 04:05
Show Gist options
  • Save tranphuoctien/11eae5bff746c7ebacf461e608a3fb41 to your computer and use it in GitHub Desktop.
Save tranphuoctien/11eae5bff746c7ebacf461e608a3fb41 to your computer and use it in GitHub Desktop.
Restaff build web
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