We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da4c010 + 81635e0 commit f42fcceCopy full SHA for f42fcce
1 file changed
README.md
@@ -65,7 +65,7 @@
65
66
```sh
67
cd ./setup
68
- TAG_NAME=$(git symbolic-ref --short HEAD | sed -e "s:/:-:g")
+ export TAG_NAME=$(git symbolic-ref --short HEAD | sed -e "s:/:-:g")
69
docker-compose up -d
70
cd ..
71
```
@@ -74,7 +74,7 @@
74
75
76
77
78
docker-compose restart
79
80
0 commit comments