Skip to content

Dockerize the auth0-simulator #180

Description

@dagda1

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions