Initial commit
This commit is contained in:
commit
5079cdc5f0
6
docker-compose.yaml
Normal file
6
docker-compose.yaml
Normal file
|
@ -0,0 +1,6 @@
|
|||
services:
|
||||
app:
|
||||
image: "golang:alpine"
|
||||
volumes:
|
||||
- "./:/app"
|
||||
working_dir: /app
|
Loading…
Reference in a new issue