maybe fix

This commit is contained in:
Nyx 2025-03-23 03:15:27 -05:00
parent a1493c1b97
commit c4a89c663c

View file

@ -4,5 +4,5 @@ WORKDIR /utils
COPY . . COPY . .
RUN pip install --no-cache-dir -r requirements-prod.txt RUN pip install --no-cache-dir -r requirements-prod.txt
ENTRYPOINT [ "gunicorn", "-w", "4", "app.app", "--bind", "0.0.0.0:8000" ] ENTRYPOINT [ "gunicorn", "-w", "4", "utils.app", "--bind", "0.0.0.0:8000" ]