https://github.com/danielcristho/dockerclientserver
https://github.com/danielcristho/dockerclientserver
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danielcristho/dockerclientserver
- Owner: danielcristho
- Created: 2021-08-28T23:40:55.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-22T03:53:49.000Z (over 3 years ago)
- Last Synced: 2025-01-30T02:28:35.902Z (4 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# client/server using docker compose
## cara run:
### Build
```
$ docker-compose build
```### Launch
```
$ docker-compose up -dopen browser : http://localhost:1234
```