This repository has been archived on 2025-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
facturio/docker-compose.build.yml

8 lines
162 B
YAML
Raw Permalink Normal View History

2024-08-19 22:42:51 +02:00
services:
api:
image: ${CI_REGISTRY_IMAGE}/facturio:${CI_COMMIT_REF_NAME}
build:
context: .
dockerfile: Dockerfile
target: production