diff options
Diffstat (limited to 'compose.yaml')
| -rw-r--r-- | compose.yaml | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/compose.yaml b/compose.yaml index 328fd56..5db3300 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,17 +1,9 @@ services: web: - build: . + build: + context: . + tags: + - aamukampa-web:latest ports: - 5000:8080 restart: always - 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/ |
