Skip to content
This repository has been archived by the owner on Apr 19, 2020. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 232 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 232 Bytes

pomodoro

自分のためのコマンド集

# nginxの設定reload
docker exec -it pomodoro-web /usr/bin/openresty -s reload
# dockerでrailsコマンドを実行する
docker-compose run app rails db:migrate