Add CI and related fixes #1

Merged
ps merged 7 commits from feature/add-ci into main 2026-01-30 12:56:02 +01:00
Showing only changes of commit 90cc336ec2 - Show all commits

View file

@ -7,4 +7,4 @@ RUN pip install --no-cache-dir -r requirements.txt
EXPOSE 8000 EXPOSE 8000
CMD ["python", "-m", "gunicorn", "app:app", "--access-logfile", "-"] CMD ["python", "-m", "gunicorn", "app:app", "--access-logfile", "-", "-b", "0.0.0.0:8000"]