git clone https://github.com/OthloTech/OthloHackathon.gitgit checkout feature/2017npm installnpm start// 変更を検知 & サーバ立ち上げlocalhost:8080にアクセス
git clone https://github.com/OthloTech/OthloHackathon.gitgit checkout feature/2017docker-compose builddocker-compose up -d// サーバ立ち上げlocalhost:8080にアクセス
- ローカルでファイルを変更しサーバを起動し直すとき、
docker-compose restart - コンテナ内のファイルを確認したいとき、
docker-compose exec othlohack_LP bash - サーバを片付けたいとき、
docker-compose down -v
- Python3
