This commit is contained in:
magmaus3 2023-06-30 14:40:00 +02:00
parent f3a9fcb53e
commit 2028ed2001
Signed by: magmaus3
GPG key ID: 966755D3F4A9B251

View file

@ -4,5 +4,5 @@ WORKDIR /app
COPY . . COPY . .
RUN pip install . RUN pip install .
CMD python3 -m uvicorn lemmyprivacycheck.__main__:app --host 0.0.0.0:8868 CMD python3 -m uvicorn lemmyprivacycheck.__main__:app --host 0.0.0.0 --port 8868
# CMD python3 -m gunicorn -w 4 -b 0.0.0.0 -k uvicorn.workers.UvicornWorker backend.main:app --reload # CMD python3 -m gunicorn -w 4 -b 0.0.0.0 -k uvicorn.workers.UvicornWorker backend.main:app --reload