We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57cd78d commit 0bfcf90Copy full SHA for 0bfcf90
.github/ISSUE_TEMPLATE/release.md
@@ -120,10 +120,10 @@ labels:
120
- [ ] check if new env cnofigs need to be added
121
- [ ] try.supertokens.io
122
```
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
+ sudo docker rm try-supertokens -f
+ sudo docker rmi supertokens/supertokens-postgresql:<VERSION>
+ nano ./start_container.sh (update version tag)
+ sudo ./start_container.sh
127
128
- [ ] Run tests against node sdk (all compatible versions)
129
- [ ] Run tests against python sdk (all compatible versions)
0 commit comments