Skip to content

Instantly share code, notes, and snippets.

@copelco
Created September 15, 2017 16:58
Show Gist options
  • Save copelco/fb29708503dc31fdfcb7a4f546ad6a58 to your computer and use it in GitHub Desktop.
Save copelco/fb29708503dc31fdfcb7a4f546ad6a58 to your computer and use it in GitHub Desktop.
version: '3'
services:
app:
build:
context: .
volumes:
- ./styleguideprimer:/code/styleguideprimer
# - .:/code
# - /code/node_modules
command: npm run dev -- --address=0.0.0.0
ports:
- "8000:8000"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment