Change TEST argument syntax in docker-compose.yaml

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

View File

@@ -4,7 +4,7 @@ services:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
args: args:
TEST=$TEST TEST: "${TEST}"
ports: ports:
- "3000" - "3000"
environment: environment: