Skip to content

Commit

Permalink
chore: add server startup script
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethnym committed Jul 23, 2024
1 parent f4c67dc commit d3861de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions start-server.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
uvicorn server:app --host 0.0.0.0 --port 443 --ssl-keyfile private.key.pem --ssl-certfile domain.cert.pem > server.log 2> server.err < /dev/null

0 comments on commit d3861de

Please sign in to comment.