インフラ
Docker
コマンド
dockerコンテナ作成
docker-compose build
dockerコンテナ起動
docker-compose up -d
dockerコンテナ停止
docker-compose down
dockerコンテナログイン
docker exec -it コンテナ名 bash
Linux
コマンド
前準備
yumアップデート
sudo yum update
git
gitクローン
git clone https://github.com/ユーザーID/プロジェクト名
gitプル。プロジェクトのルートディレクトリで実行
git pull origin main