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: .
dockerfile: Dockerfile
args:
TEST=$TEST
TEST: "${TEST}"
ports:
- "3000"
environment: