Build invy app

This commit is contained in:
dvirlabs 2025-12-29 20:46:25 +02:00
parent 88cea4f4cd
commit ef79895358
2 changed files with 2 additions and 0 deletions

View File

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

View File

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