Update docs for running REST API Server (#2241)

This commit is contained in:
Deshraj Yadav
2025-02-21 01:26:57 -08:00
committed by GitHub
parent 244fd2231d
commit 96628d7791
4 changed files with 19 additions and 52 deletions

View File

@@ -6,7 +6,6 @@ COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
COPY .env .
COPY . .
EXPOSE 8000