Add how many came include company
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
dvirlabs 2026-04-03 18:02:40 +03:00
parent 2a28a481c7
commit 50bc876a2f
3 changed files with 2 additions and 2 deletions

View File

@ -19,6 +19,7 @@ steps:
from_secret: DOCKER_USERNAME from_secret: DOCKER_USERNAME
password: password:
from_secret: DOCKER_PASSWORD from_secret: DOCKER_PASSWORD
skip_tls_verify: "true"
build-backend: build-backend:
name: Build & Push Backend name: Build & Push Backend
@ -40,6 +41,7 @@ steps:
from_secret: DOCKER_USERNAME from_secret: DOCKER_USERNAME
password: password:
from_secret: DOCKER_PASSWORD from_secret: DOCKER_PASSWORD
skip_tls_verify: "true"
update-values-frontend: update-values-frontend:
name: Update frontend tag in values.yaml name: Update frontend tag in values.yaml

View File

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

View File

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