Skip to content

Commit 6ca0f89

Browse files
committed
chore(compose): update server command to use module syntax
1 parent 5cd631a commit 6ca0f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ services:
6767
- ./src:/app:ro
6868
- ./run_server.py:/app/run_server.py:ro
6969
# Use --reload flag for hot reloading during development
70-
command: ["python", "run_server.py"]
70+
command: ["python", "-m", "server"]
7171
depends_on:
7272
minio-setup:
7373
condition: service_completed_successfully

0 commit comments

Comments
 (0)