https://github.com/nutfes/nutmeg_rails
https://github.com/nutfes/nutmeg_rails
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nutfes/nutmeg_rails
- Owner: NUTFes
- Created: 2022-05-05T03:20:04.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-05T03:23:42.000Z (about 4 years ago)
- Last Synced: 2025-03-21T17:54:25.492Z (about 1 year ago)
- Language: Ruby
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ruby on Rails with Docker
## 環境構築の手順
下記のコマンドを実行
```
git clone git@github.com:NUTFes/NUTMEG_Rails.git
docker compose build
docker compose run --rm web bundle install
docker compose run --rm web rails db^:create
docker compose run --rm web rails db^:migrate
```