379 B
379 B
Setup
-
Prepare the environment variables
cp .env.example .env
-
Install packages so that we can run the login script (next command)
npm install
-
Run the login script
npm run login
-
Edit
.env
to include theMATRIX_AUTH_TOKEN
output from the previous command -
Build and start the docker container
docker compose up -d --build