Skip to content

Instantly share code, notes, and snippets.

@marcuscaum
Last active June 28, 2016 12:53
Show Gist options
  • Select an option

  • Save marcuscaum/fb5225cd75285712b456c5227f9e458f to your computer and use it in GitHub Desktop.

Select an option

Save marcuscaum/fb5225cd75285712b456c5227f9e458f to your computer and use it in GitHub Desktop.
Manual Docker

#server_simple

#!/bin/sh
# Start the development server.

cd $(dirname "$0")/..
: ${RAILS_ENV:=development}

script/bootstrap && bundle exec rails s -p 3000 -b 0.0.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment