File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5959 docker compose up -d --wait
6060 ` ` `
6161
62- Docker内で開発用のPythonライブラリを使用したい場合は代わりに以下のコマンドを実行します 。
62+ Docker内で開発用のPythonライブラリを使用したい場合は代わりに次のコマンドを実行します 。
6363
6464 ` ` ` sh
6565 export TAG_NAME=$( git symbolic-ref --short HEAD | sed -e " s:/:-:g" )
7373 docker compose restart
7474 ` ` `
7575
76- Docker内で開発用のPythonライブラリを使用したい場合は代わりに以下のコマンドを実行します 。
76+ Docker内で開発用のPythonライブラリを使用したい場合は代わりに次のコマンドを実行します 。
7777
7878 ` ` ` sh
7979 export TAG_NAME=$( git symbolic-ref --short HEAD | sed -e " s:/:-:g" )
Original file line number Diff line number Diff line change 5959 docker compose up -d --wait
6060 ` ` `
6161
62- Docker内で開発用のPythonライブラリを使用したい場合は代わりに以下のコマンドを実行します 。
62+ Docker内で開発用のPythonライブラリを使用したい場合は代わりに次のコマンドを実行します 。
6363
6464 ` ` ` sh
6565 export TAG_NAME=$( git symbolic-ref --short HEAD | sed -e " s:/:-:g" )
7373 docker compose restart
7474 ` ` `
7575
76- Docker内で開発用のPythonライブラリを使用したい場合は代わりに以下のコマンドを実行します 。
76+ Docker内で開発用のPythonライブラリを使用したい場合は代わりに次のコマンドを実行します 。
7777
7878 ` ` ` sh
7979 export TAG_NAME=$( git symbolic-ref --short HEAD | sed -e " s:/:-:g" )
You can’t perform that action at this time.
0 commit comments