We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b476dd commit 2ed116eCopy full SHA for 2ed116e
1 file changed
README.md
@@ -59,7 +59,7 @@
59
docker compose up -d --wait
60
```
61
62
- Docker内で開発用のPythonライブラリを使用したい場合は代わりに以下のコマンドを実行します。
+ Docker内で開発用のPythonライブラリを使用したい場合は代わりに次のコマンドを実行します。
63
64
```sh
65
export TAG_NAME=$(git symbolic-ref --short HEAD | sed -e "s:/:-:g")
@@ -73,7 +73,7 @@
73
docker compose restart
74
75
76
77
78
79
0 commit comments