Skip to content

Instantly share code, notes, and snippets.

@athap
Last active January 17, 2016 01:15
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 athap/3a2d57b032c9ee48f53c to your computer and use it in GitHub Desktop.
Save athap/3a2d57b032c9ee48f53c to your computer and use it in GitHub Desktop.
+web:
+ build: .
+ ports:
+ - '9292:9292'
+ volumes:
+ - '.:/var/app'
+ tty: true
+ command: ["rerun", "--force-polling", "foreman", "start"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment