Skip to content

Instantly share code, notes, and snippets.

@longngn
Created September 6, 2018 15:34
Show Gist options
  • Save longngn/1f6982c1121dbfcf1813797a502eec39 to your computer and use it in GitHub Desktop.
Save longngn/1f6982c1121dbfcf1813797a502eec39 to your computer and use it in GitHub Desktop.
version: '3'
services:
app:
command: npm run dev
volumes:
- .:/usr/src/your-app
environment:
- NODE_ENV=development
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment