Skip to content

Instantly share code, notes, and snippets.

@iconnor
Created July 11, 2019 05:54
Show Gist options
  • Save iconnor/7b4cba3ad8d7b98c94e8321979201c1a to your computer and use it in GitHub Desktop.
Save iconnor/7b4cba3ad8d7b98c94e8321979201c1a to your computer and use it in GitHub Desktop.
angular/react/vue/spa
FROM nginx:stable-alpine
COPY dist /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