Skip to content

Instantly share code, notes, and snippets.

@SaraVieira
Last active August 3, 2018 15:50
Show Gist options
  • Save SaraVieira/6638a8b7553f3357684f82a8cfc1d624 to your computer and use it in GitHub Desktop.
Save SaraVieira/6638a8b7553f3357684f82a8cfc1d624 to your computer and use it in GitHub Desktop.
FROM nginx:1.15.2-alpine
COPY ./build /var/www
COPY nginx.conf /etc/nginx/nginx.conf
EXPOSE 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment