VirtualLab commited on
Commit
a7adfa4
·
1 Parent(s): 01c8686

Default Agent

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. app/main.py → main.py +0 -0
Dockerfile CHANGED
@@ -24,4 +24,4 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
24
  EXPOSE 8000
25
 
26
  # Command to start the server
27
- CMD ["uvicorn", "app/main:app", "--host", "0.0.0.0", "--port", "8000"]
 
24
  EXPOSE 8000
25
 
26
  # Command to start the server
27
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
app/main.py → main.py RENAMED
File without changes