update dockerfile path in docker-compose.yml

This commit is contained in:
Beyhan Oğur
2026-04-27 01:59:09 +03:00
parent 880f412e2c
commit da85a4ba1b

View File

@@ -2,7 +2,7 @@ services:
bifrost: bifrost:
build: build:
context: . context: .
dockerfile: transports/Dockerfile.local dockerfile: transports/Dockerfile
args: args:
VERSION: local VERSION: local
container_name: bifrost container_name: bifrost