Skip to content

Instantly share code, notes, and snippets.

@shivergard
Created December 26, 2017 20:38
Show Gist options
  • Save shivergard/965bcdb2dab22589931d114ec00477e8 to your computer and use it in GitHub Desktop.
Save shivergard/965bcdb2dab22589931d114ec00477e8 to your computer and use it in GitHub Desktop.
Blank Run
version: '2'
services:
node:
build: ./
volumes:
- ./:/opt
- ./storage:/root
command: tail -f /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment