Build and push app to harbor

This commit is contained in:
dvirlabs 2026-03-22 09:55:39 +02:00
parent e6bd63c709
commit 3fb7efb9b4
2 changed files with 2 additions and 2 deletions

View File

@ -23,4 +23,4 @@ USER calink
EXPOSE 8000
# 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
# Start nginx
CMD ["nginx", "-g", "daemon off;"]
CMD ["nginx", "-g", "daemon off;"]