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

This commit is contained in:
dvirlabs 2026-04-12 23:58:48 +03:00
parent 914cf774b3
commit 3f03837067
3 changed files with 2 additions and 4 deletions

View File

@ -9,7 +9,7 @@ steps:
include: [ frontend/** ]
settings:
registry: harbor.dvirlabs.com
repo: harbor.dvirlabs.com/my-apps/${CI_REPO_NAME}-frontend
repo: my-apps/${CI_REPO_NAME}-frontend
dockerfile: frontend/Dockerfile
context: frontend
tags:
@ -33,7 +33,7 @@ steps:
include: [ backend/** ]
settings:
registry: harbor.dvirlabs.com
repo: harbor.dvirlabs.com/my-apps/${CI_REPO_NAME}-backend
repo: my-apps/${CI_REPO_NAME}-backend
dockerfile: backend/Dockerfile
context: backend
tags:

View File

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

View File

@ -74,4 +74,3 @@ EXPOSE 80
# Start nginx with entrypoint
CMD ["/docker-entrypoint.sh"]