Fake commit
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
dvirlabs 2026-04-03 11:40:13 +03:00
parent 5e0001b8c8
commit 9c7b477bd4
2 changed files with 2 additions and 1 deletions

View File

@ -27,3 +27,4 @@ ENV PYTHONUNBUFFERED=1
# Run the application
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"]