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

This commit is contained in:
dvirlabs 2026-05-05 06:21:44 +03:00
parent 4943878d36
commit 28cf139cb1

View File

@ -30,3 +30,4 @@ 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"]