Skip to content

Commit

Permalink
Update DockerfileHttps
Browse files Browse the repository at this point in the history
  • Loading branch information
linomp authored Dec 3, 2023
1 parent 6186610 commit ca6f5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DockerfileHttps
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
COPY ./app /code/app

# run server
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "443", "--ssl-keyfile=./app/certs/privkey4.pem", "--ssl-certfile=./app/certs/cert4.pem"]
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "443", "--ssl-keyfile=./app/certs/privkey.pem", "--ssl-certfile=./app/certs/cert.pem"]

0 comments on commit ca6f5b4

Please sign in to comment.