fix
This commit is contained in:
parent
f3a9fcb53e
commit
2028ed2001
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue