Skip to content

Commit

Permalink
README修正
Browse files Browse the repository at this point in the history
  • Loading branch information
massongit committed Oct 14, 2023
1 parent 1ccd88e commit c33bbe1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@

#### 編集するとhot reloadが走る、開発に適したバージョン
```sh
TAG_NAME=`git symbolic-ref --short HEAD | sed -e "s:/:-:g" | sed -e "s/^master$/latest/g"` docker compose -f compose.yml -f dev.compose.yml up --build
export TAG_NAME=`git symbolic-ref --short HEAD | sed -e "s:/:-:g" | sed -e "s/^master$/latest/g"`
docker compose -f compose.yml -f dev.compose.yml build
docker compose -f compose.yml -f dev.compose.yml watch
```

#### 限りなく本番のapp engineに近い設定で動くバージョン
Expand Down

0 comments on commit c33bbe1

Please sign in to comment.