Build and push backend
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
dvirlabs 2026-05-05 06:38:10 +03:00
parent 28cf139cb1
commit 8c48c3a30c
2 changed files with 1 additions and 2 deletions

View File

@ -32,7 +32,7 @@ steps:
path: path:
include: [ backend/** ] include: [ backend/** ]
settings: settings:
registry: harbor-core.dev-tools.svc.cluster.local registry: harbor.dvirlabs.com
repo: my-apps/${CI_REPO_NAME}-backend repo: my-apps/${CI_REPO_NAME}-backend
dockerfile: backend/Dockerfile dockerfile: backend/Dockerfile
context: backend context: backend

View File

@ -30,4 +30,3 @@ ENV PYTHONUNBUFFERED=1
# Run the application # Run the application
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"] CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"]