Last active
August 29, 2015 14:06
-
-
Save hourback/00dfaa3829ce04d60133 to your computer and use it in GitHub Desktop.
Starting Ember.js + Go environment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
docker run -t -i --rm -p 8001:8001 -p 8080:8080 -p 4200:4200 -p 3000:3000 -p 8000:8000 -p 9000:9000 -p 35729:35729 --volumes-from my-data hourback/docker-ember.js-and-go |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment