added build compose in root
This commit is contained in:
parent
948e77859b
commit
a0dfb7a2f7
1 changed files with 13 additions and 0 deletions
13
docker-compose.yml
Normal file
13
docker-compose.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
version: "3"
|
||||
|
||||
services:
|
||||
app:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
target: base
|
||||
container_name: go-watch
|
||||
volumes:
|
||||
- ./:/config
|
||||
ports:
|
||||
- "8080:8080"
|
Loading…
Add table
Reference in a new issue