kekoyana / rails_docker

dockerでrailsを動かす。今後はsandbox_railsがメイン

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CircleCI

Dockerでrailsを動かした

rails new

docker-compose run web bundle exec rails new -MCTS --no-rc -d postgresql --skip-active-storage --skip-spring --skip-coffee --skip-turbolinks .

setup

  • for mac
brew tap bibendi/dip
brew install dip

dip provision

run

dip rails s

port 13000 for fish

env WEB_PORT=3011 dip rails s

About

dockerでrailsを動かす。今後はsandbox_railsがメイン


Languages

Language:Ruby 82.0%Language:HTML 12.7%Language:JavaScript 1.9%Language:CSS 1.7%Language:Dockerfile 1.1%Language:Shell 0.6%