test
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
dvirlabs 2026-05-05 06:09:29 +03:00
parent 1f4ebb2536
commit 53eca2db7f
2 changed files with 2 additions and 0 deletions

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"]

View File

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