Skip to content

Instantly share code, notes, and snippets.

@asfo
Created March 7, 2018 03:37
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 asfo/8f5145380576ad4ff72183e23efd75a5 to your computer and use it in GitHub Desktop.
Save asfo/8f5145380576ad4ff72183e23efd75a5 to your computer and use it in GitHub Desktop.
Docker Compose para Angular + Nginx
app:
build: ./nginx
restart: always
volumes:
- ./angular:/var/www/html/angular
ports:
- "80:80"
- "443:443"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment