29
23

More than 1 year has passed since last update.

カップラーメンを待つ間に作るRails × Docker × PostgreSQL環境構築テンプレート

Last updated at Posted at 2023-09-12

カップラーメン作ってる間にコマンドを一つだけ実行します 🍜

git clone git@github.com:k-suke39/docker_rails_postgresql.git && cd docker_rails_postgresql && docker-compose build && docker-compose run web rails db:create && docker-compose up --build
# http://localhost:8000/ でログイン

終わり!🍜

29
23
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
29
23