Skip to content

Commit 0bfcf90

Browse files
Update release.md
1 parent 57cd78d commit 0bfcf90

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/release.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,10 @@ labels:
120120
- [ ] check if new env cnofigs need to be added
121121
- [ ] try.supertokens.io
122122
```
123-
docker rm try-supertokens -f
124-
docker rmi supertokens/supertokens-postgresql:<VERSION>
125-
nano ~/try-supertokens/start_container.sh (update version tag)
126-
~/try-supertokens/start_container.sh
123+
sudo docker rm try-supertokens -f
124+
sudo docker rmi supertokens/supertokens-postgresql:<VERSION>
125+
nano ./start_container.sh (update version tag)
126+
sudo ./start_container.sh
127127
```
128128
- [ ] Run tests against node sdk (all compatible versions)
129129
- [ ] Run tests against python sdk (all compatible versions)

0 commit comments

Comments
 (0)