Having to install the auth0-simulator as a dev dependency is something we should try and avoid.
Creating a downloadable docker image that we could run something like this would make things a lot easier.
docker run -i --rm --security-opt seccomp=$HOME/chrome.json \
-v myvol:/app \
--name auth0-simulator \
frontside/auth-simulator:latest
We could try something like this to make ssl configuration easier.
Having to install the auth0-simulator as a dev dependency is something we should try and avoid.
Creating a downloadable docker image that we could run something like this would make things a lot easier.
docker run -i --rm --security-opt seccomp=$HOME/chrome.json \ -v myvol:/app \ --name auth0-simulator \ frontside/auth-simulator:latestWe could try something like this to make ssl configuration easier.