Skip to content

Commit

Permalink
Merge pull request #802 from dev-hato/massongit-patch-1
Browse files Browse the repository at this point in the history
READMEのコマンド修正
  • Loading branch information
massongit authored Feb 11, 2022
2 parents da4c010 + 81635e0 commit f42fcce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@

```sh
cd ./setup
TAG_NAME=$(git symbolic-ref --short HEAD | sed -e "s:/:-:g")
export TAG_NAME=$(git symbolic-ref --short HEAD | sed -e "s:/:-:g")
docker-compose up -d
cd ..
```
Expand All @@ -74,7 +74,7 @@

```sh
cd ./setup
TAG_NAME=$(git symbolic-ref --short HEAD | sed -e "s:/:-:g")
export TAG_NAME=$(git symbolic-ref --short HEAD | sed -e "s:/:-:g")
docker-compose restart
```

Expand Down

0 comments on commit f42fcce

Please sign in to comment.