Commit cc7b643a authored by Ai-Sasit's avatar Ai-Sasit

update dockerfile

parent e084b818
......@@ -8,6 +8,7 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
COPY ./server /code/server
COPY *.pem ./code
COPY key.pem ./code
COPY cert.pem ./code
CMD ["uvicorn", "server.core:app", "--host", "0.0.0.0", "--port", "80","--ssl-keyfile","./key.pem","--ssl-certfile","./cert.pem"]
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