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

This commit is contained in:
dvirlabs 2026-05-05 06:11:23 +03:00
parent 4258d6f0d8
commit fe8381170a
2 changed files with 0 additions and 2 deletions

View File

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

View File

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