Skip to content
Beat Eichenberger edited this page Jun 25, 2020 · 2 revisions
  1. git clone --branch BRANCHNAME https://github.com/cbdev-ch/cbdev-api.git api.cbdev.ch
  2. cd api.cbdev.ch/
  3. add .env file to the directory
  4. docker build -t cbdev-api .
  5. docker run -d -p 127.0.0.1:3345:3000 --restart=always cbdev-api

Clone this wiki locally