8000 Automatically reload in dev container · codeguru42/go-capture-api@2245448 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2245448

Browse files
committed
Automatically reload in dev container
1 parent 3648d24 commit 2245448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
api:
33
build: .
4-
command: "poetry run uvicorn main:app --host 0.0.0.0 --port 8000"
4+
command: "poetry run uvicorn main:app --host 0.0.0.0 --port 8000 --reload"
55
env_file:
66
- env/dev.env
77
environment:

0 commit comments

Comments
 (0)
0