Skip to content

Commit 7b4f631

Browse files
committed
update description of docker-env
1 parent 52ad9e3 commit 7b4f631

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.docker/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ gcloud auth configure-docker
5454
```shell
5555
## OmnisCode-frontend$ で
5656
## アプリを立ち上げる時
57+
docker-compose -f .docker/docker-compose.dev.yml pull # バックエンドの最新イメージをとってくる
5758
docker-compose -f .docker/docker-compose.dev.yml up
5859
# localhost:3000でアクセスできる。localhost:8080でバックエンドにアクセス
5960
# バックエンドは backend:8080 でアクセスできる
@@ -64,3 +65,4 @@ docker-compose -f .docker/docker-compose.dev.yml down
6465
```
6566

6667
- 注意: backendでmigration変更があったらmigrationsディレクトリを変更する
68+
- 注意: package.jsonなど再度のビルドが必要なら `docker-compose -f .docker/docker-compose.dev.yml up --build` を行う

0 commit comments

Comments
 (0)