Modify docker compose for remote image and local build
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
cli-proxy-api:
|
||||
image: cli-proxy-api:latest
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
args:
|
||||
VERSION: ${VERSION:-dev}
|
||||
COMMIT: ${COMMIT:-none}
|
||||
BUILD_DATE: ${BUILD_DATE:-unknown}
|
||||
Reference in New Issue
Block a user