Move game server to port 8080 and host docs on 80
This commit is contained in:
parent
b121b4463e
commit
47921e6c41
5 changed files with 27 additions and 6 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", "swagger.yml", "--no-open" ]
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue