mirror of
https://github.com/cita-777/metapi.git
synced 2026-08-30 17:58:17 +08:00
10 lines
288 B
YAML
10 lines
288 B
YAML
# docker-compose.override.yml
|
|
# This file is automatically picked up by Docker Compose during local development.
|
|
# It overrides the image reference in docker-compose.yml with a local build.
|
|
services:
|
|
metapi:
|
|
image: ~
|
|
build:
|
|
context: ..
|
|
dockerfile: docker/Dockerfile
|