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

This commit is contained in:
dvirlabs 2026-04-13 00:04:33 +03:00
parent e08a413170
commit a067a92205
2 changed files with 0 additions and 2 deletions

View File

@ -27,4 +27,3 @@ ENV PYTHONUNBUFFERED=1
# 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

@ -74,4 +74,3 @@ EXPOSE 80
# Start nginx with entrypoint # Start nginx with entrypoint
CMD ["/docker-entrypoint.sh"] CMD ["/docker-entrypoint.sh"]