Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 318 Bytes

File metadata and controls

6 lines (5 loc) · 318 Bytes

OnMyShelf web server - Docker image

Build instructions

  1. Clone API project sources inside build/api directory
  2. Clone web project sources inside build/web directory
  3. Build docker image: docker build -t onmyshelf/server[:VERSION] .