This commit is contained in:
Chris Lu
2018-12-16 22:39:39 -08:00
parent 93d0ad09af
commit 39bf274a83
3 changed files with 35 additions and 1 deletions

10
docker/README.md Normal file
View File

@@ -0,0 +1,10 @@
# Docker
## Development
```
docker build - < Dockerfile.go_build
docker-compose -f docker-compose.yml up
```