fix: dedicated scheduler Dockerfile with psql for migrations, remove Python splitter

This commit is contained in:
Celes Renata
2026-04-19 23:35:00 +00:00
parent 48fed18078
commit 0f2f0460a6
4 changed files with 43 additions and 4 deletions
+1 -2
View File
@@ -58,9 +58,8 @@ steps:
tags:
- ${CI_COMMIT_SHA}
- latest
dockerfile: docker/Dockerfile
dockerfile: docker/Dockerfile.scheduler
context: .
build_args: "SERVICE_CMD=python -m services.scheduler.app"
when:
event: push
branch: main