Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 513 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 513 Bytes

Self-hosting

Follow these instructions to run Passwordless.dev in a self-hosted environment.

Build the image

  1. Clone the repository
  2. Set your working directory to match the root of the cloned files, for example: ~/src/passwordless-server
  3. In your terminal execute:
    docker build . -f self-host/Dockerfile -t bitwarden/passwordless

Run the image

  1. In your terminal execute:
    docker run -d --name passwordless -p 5701:5701 bitwarden/passwordless