Re-instate the stagger doc server
This commit is contained in:
parent
55cd4fe4a5
commit
9d91fb836f
3 changed files with 24 additions and 1 deletions
8
Dockerfile.docs
Normal file
8
Dockerfile.docs
Normal 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" ]
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue