diff options
Diffstat (limited to 'compose.yaml')
| -rw-r--r-- | compose.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/compose.yaml b/compose.yaml new file mode 100644 index 0000000..7a03b49 --- /dev/null +++ b/compose.yaml @@ -0,0 +1,16 @@ +services: + web: + build: . + ports: + - 8080:8080 + develop: + watch: + - action: rebuild + path: Aamukampa.Frontend/ + - action: rebuild + path: Aamukampa.Core/ + - action: rebuild + path: Aamukampa.Web/ + - action: sync + path: Aamukampa.Web/appsettings*.json + target: /app/ |
