Skip to content
This repository has been archived by the owner on Apr 9, 2020. It is now read-only.

Docker Workflow

Dave Lyons edited this page Oct 24, 2019 · 1 revision

To test out new features or deploy in production:

  1. pull latest code
  2. docker build --no-cache . -t factotum-ws
  3. docker run -p 8001:8001 factotum-ws
Clone this wiki locally