Skip to content

Instantly share code, notes, and snippets.

@raulneis
Forked from timlesallen/docker-compose.yml
Created October 3, 2019 12:57
Show Gist options
  • Save raulneis/341fac9a52ef628830e39a990f253d3d to your computer and use it in GitHub Desktop.
Save raulneis/341fac9a52ef628830e39a990f253d3d to your computer and use it in GitHub Desktop.
services:
myservice:
volumes: npm-cache:/root/.npm
command: npm run install-start
volumes:
npm-cache:
external: false
"scripts": {
"start": "node server",
"install-start": "npm install && npm start"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment