Re-instate the stagger doc server

This commit is contained in:
Marc Di Luzio 2020-06-13 10:59:25 +01:00
parent 55cd4fe4a5
commit 9d91fb836f
3 changed files with 24 additions and 1 deletions

8
Dockerfile.docs Normal file
View file

@ -0,0 +1,8 @@
FROM quay.io/goswagger/swagger:latest
LABEL maintainer="Marc Di Luzio <marc.diluzio@gmail.com>"
WORKDIR /app
COPY . .
CMD [ "serve", "pkg/rove/rove.swagger.json", "--no-open" ]