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