all done docker working

This commit is contained in:
acidburnmonkey
2025-08-06 17:06:49 -04:00
parent d40b201065
commit 96de1a1d0f
4 changed files with 16 additions and 10 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# Start uvicorn in background
uv run uvicorn mysite.asgi:application --host 127.0.0.1 --port 8000 &