BIG refactoring
This commit is contained in:
+1
-1
@@ -6,4 +6,4 @@ COPY requirements.txt .
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
COPY *.py .
|
||||
|
||||
CMD ["uvicorn", "api_server:app", "--host", "0.0.0.0", "--port", "8000"]
|
||||
CMD ["python", "api_server.py"]
|
||||
Reference in New Issue
Block a user