Add notes about ownership glitches + using prebuilt

This commit is contained in:
Jack Kingsman
2026-02-22 12:42:11 -08:00
parent 7542cc1142
commit 00aa212049
3 changed files with 26 additions and 3 deletions
+1 -1
View File
@@ -35,5 +35,5 @@ RUN mkdir -p /app/data
EXPOSE 8000
# Run the application
# Run the application (we retain root for max compatibility)
CMD ["uv", "run", "uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"]