Also, if you run the docker image like: ``` docker...
# general
r
Also, if you run the docker image like:
Copy code
docker run -p 3567:3567 -d registry.supertokens.io/supertokens/supertokens-mysql
And then visit /hello page on your browser, does it print out "Hello" back to you?
2 Views