Reorganise a little to move the server into it's own directory
This commit is contained in:
parent
aa2ecace89
commit
5a2d35aca8
5 changed files with 17 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue