Mercurial > public > hey
comparison run.sh @ 11:827460e58a24
implement client server and config docker compose
author | Dennis <dennisconcepcionmartin@gmail.com> |
---|---|
date | Thu, 20 Jul 2023 09:23:43 +0100 |
parents | |
children | 924e9a513216 |
comparison
equal
deleted
inserted
replaced
10:fd707ca47dd0 | 11:827460e58a24 |
---|---|
1 #!/bin/bash | |
2 | |
3 docker compose build | |
4 docker compose up -d | |
5 | |
6 #!/bin/bash | |
7 | |
8 rectangle=" | |
9 +----------------------+ | |
10 | | | |
11 | CLIENT CONSOLE | | |
12 | | | |
13 +----------------------+" | |
14 | |
15 echo "$rectangle" | |
16 echo "To view server logs run 'docker logs --follow hey-server-1' in other terminal" | |
17 echo "" | |
18 | |
19 docker exec -it hey-client-1 ./build/hey_client |