added build compose in root

This commit is contained in:
BroodjeAap 2023-01-08 10:00:10 +00:00
parent 948e77859b
commit a0dfb7a2f7

13
docker-compose.yml Normal file
View file

@ -0,0 +1,13 @@
version: "3"
services:
app:
build:
context: .
dockerfile: Dockerfile
target: base
container_name: go-watch
volumes:
- ./:/config
ports:
- "8080:8080"