This commit is contained in:
Léo 2025-03-06 15:45:36 +01:00
parent d8c1848cf4
commit e1af4cf1bf

View File

@ -4,4 +4,4 @@ COPY requirements.txt requirements.txt
RUN pip install --no-cache-dir -r requirements.txt
COPY . .
EXPOSE 8001
CMD ["gunicorn", "--bind", "0.0.0.0:8000", "StockSeeker.wsgi:application"]
CMD ["gunicorn", "--bind", "0.0.0.0:8001", "StockSeeker.wsgi:application"]