Build and push app to harbor
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
dvirlabs 2026-03-22 09:58:34 +02:00
parent 3fb7efb9b4
commit 701c16c340
2 changed files with 2 additions and 0 deletions

View File

@ -24,3 +24,4 @@ EXPOSE 8000
# 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

@ -29,3 +29,4 @@ EXPOSE 80
# Start nginx # Start nginx
CMD ["nginx", "-g", "daemon off;"] CMD ["nginx", "-g", "daemon off;"]