-
-
Save hecbuma/d1537f38c96b0ba50135 to your computer and use it in GitHub Desktop.
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
$ sudo docker run -it -p 80:80 --rm myapp/v1 /bin/bash | |
root@b27df3ca0fb2:/app# ls | |
Capfile Gemfile.lock README.md config doc lib script vendor | |
Dockerfile Guardfile Rakefile config.ru engines log spec | |
Gemfile Procfile app db features public tmp | |
root@b27df3ca0fb2:/app# bundle exec unicorn_rails -c config/unicorn.rb -E production |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment