Skip to content

Commit f51ae65

Browse files
committed
Test deploy with dockerfile
1 parent ffa7862 commit f51ae65

File tree

2 files changed

+1
-22
lines changed

2 files changed

+1
-22
lines changed

Dockerfile

Lines changed: 0 additions & 22 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ dev = [
3636
[tool.pdm.scripts]
3737
dev.env = { "GITHUB_TOKEN" = "demo", "SKIP_TOKEN_CHECK" = "true" }
3838
dev.cmd = "python main.py --reload"
39+
server = "uvicorn main:app --reload --port 8080 --host 0.0.0.0"
3940

4041
[tool.pdm.build]
4142
includes = []

0 commit comments

Comments
 (0)