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
3
Makefile
3
Makefile
|
@ -18,6 +18,9 @@ test:
|
|||
@echo Integration tests
|
||||
docker-compose up --build --exit-code-from=rove-tests --abort-on-container-exit rove-tests
|
||||
go tool cover -html=/tmp/coverage-data/c.out -o /tmp/coverage.html
|
||||
|
||||
@echo Validating swagger spec
|
||||
swagger validate swagger.yml
|
||||
|
||||
@echo Done, coverage data can be found in /tmp/coverage.html
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue