Reorganise a little to move the server into it's own directory

This commit is contained in:
Marc Di Luzio 2020-06-05 17:15:25 +01:00
parent aa2ecace89
commit 5a2d35aca8
5 changed files with 17 additions and 3 deletions

View file

@ -4,8 +4,11 @@ cd "$(dirname "$0")"
cd ..
set -x
# Build the image
bash script/build.sh
# Build and start the service
docker-compose up --build --detach
docker-compose up --detach
# Run tests, including integration tests
go mod download