Skip to content

Instantly share code, notes, and snippets.

@ben1one
Created August 15, 2019 03:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ben1one/983fdb56d0b2a06a0e83ac3ab36d4748 to your computer and use it in GitHub Desktop.
Save ben1one/983fdb56d0b2a06a0e83ac3ab36d4748 to your computer and use it in GitHub Desktop.
FROM nginx:latest
COPY nginx_conf/default.conf /etc/nginx/conf.d/default.conf
# Copy assets to the html directory
COPY build /usr/share/nginx/html
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment