Commit 88a4f5f0 authored by Ai-Sasit's avatar Ai-Sasit

fix

parent 69b2b9bd
......@@ -11,4 +11,4 @@ COPY ./server /code/server
COPY easykey.pem /code
COPY easycert.pem /code
CMD ["uvicorn", "server.core:app", "--host", "0.0.0.0", "--port", "8000", "--ssl-keyfile", "./easykey.pem", "--ssl-certfile", "./easycert.pem"]
CMD ["uvicorn", "server.core:app", "--host", "0.0.0.0", "--port", "8000"]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment