fix path to build context

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
Nicolas De Loof 2020-11-26 14:22:45 +01:00
parent 0f4bcb9f17
commit 1e2f0c75c5
No known key found for this signature in database
GPG Key ID: 9858809D6F8F6E7E
1 changed files with 3 additions and 3 deletions

View File

@ -1,15 +1,15 @@
services:
db:
build: db
build: aci-demo/db
image: gtardif/sentences-db
words:
build: words
build: aci-demo/words
image: gtardif/sentences-api
ports:
- "8080:8080"
web:
build: web
build: aci-demo/web
image: gtardif/sentences-web
ports:
- "80:80"