This commit is contained in:
dvirlabs 2026-02-20 15:54:42 +02:00
parent 19bba1a0d1
commit e6bd63c709
2 changed files with 2 additions and 2 deletions

View File

@ -23,4 +23,4 @@ USER calink
EXPOSE 8000 EXPOSE 8000
# Run the application # Run the application
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"] CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]

View File

@ -28,4 +28,4 @@ COPY --from=builder /app/dist /usr/share/nginx/html
EXPOSE 80 EXPOSE 80
# Start nginx # Start nginx
CMD ["nginx", "-g", "daemon off;"] CMD ["nginx", "-g", "daemon off;"]