Add build args for API service in Docker Compose

This commit is contained in:
🏔️ Peak
2025-09-15 17:09:41 +02:00
committed by GitHub
parent cfc27d6f3c
commit fc04d8da1c

View File

@@ -3,6 +3,8 @@ services:
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
args:
TEST=$TEST
ports: ports:
- "3000" - "3000"
environment: environment: