Build and push app to harbor
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
dvirlabs 2026-03-22 09:54:38 +02:00
parent eb11f69a20
commit bc6ddf84ea
2 changed files with 2 additions and 2 deletions

View File

@ -26,4 +26,4 @@ EXPOSE 8000
ENV PYTHONUNBUFFERED=1
# 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

@ -73,4 +73,4 @@ RUN echo '#!/bin/sh' > /docker-entrypoint.sh && \
EXPOSE 80
# Start nginx with entrypoint
CMD ["/docker-entrypoint.sh"]
CMD ["/docker-entrypoint.sh"]