Follow these instructions to run Passwordless.dev in a self-hosted environment.
- Clone the repository
- Set your working directory to match the root of the cloned files, for example:
~/src/passwordless-server
- In your terminal execute:
docker build . -f self-host/Dockerfile -t bitwarden/passwordless
- In your terminal execute:
docker run -d --name passwordless -p 5701:5701 bitwarden/passwordless