mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 13:28:57 +00:00
Add build args for API service in Docker Compose
This commit is contained in:
@@ -3,6 +3,8 @@ services:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
args:
|
||||
TEST=$TEST
|
||||
ports:
|
||||
- "3000"
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user