This commit is contained in:
dvirlabs 2025-07-03 07:44:34 +03:00
parent b8b0ab3dc4
commit 8c1d55b008
2 changed files with 2 additions and 0 deletions

View File

@ -7,3 +7,4 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY . .
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
EXPOSE 8000

View File

@ -27,3 +27,4 @@ RUN dos2unix /docker-entrypoint.d/10-generate-env.sh && chmod +x /docker-entrypo
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]