mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-03-24 21:53:22 +00:00
renaming package in commands package defaulting to latest in docker compose build for deployment container fixing jacoco configuration changing that if there are no parameters required, parameters are accepted
6 lines
123 B
YAML
6 lines
123 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
bot:
|
|
build: deployment
|
|
image: ${REGISTRY_PREFIX}abstracto_deployment:${VERSION:-latest} |