prod(docker): support BASE_IMAGE override for both stages; enable BuildKit pip cache; compose uses Dockerfile.production
This commit is contained in:
@@ -2,6 +2,7 @@ services:
|
||||
delphi-db:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.production
|
||||
args:
|
||||
BASE_IMAGE: ${BASE_IMAGE:-python:3.12-slim}
|
||||
container_name: delphi-database
|
||||
|
||||
Reference in New Issue
Block a user