fix context in compose

This commit is contained in:
2026-06-22 22:29:36 +07:00
parent 5aaf5d9560
commit 7480fbc184
+2 -2
View File
@@ -1,7 +1,7 @@
services:
app:
build:
context: ..
context: .
dockerfile: docker/Dockerfile
container_name: intellisight-api
expose:
@@ -15,7 +15,7 @@ services:
db:
build:
context: .
context: ./docker
dockerfile: Dockerfile.db
container_name: intellisight-db
environment: