OpelSpeedster commited on
Commit
7b0ee50
·
verified ·
1 Parent(s): 9fae91d

Upload 22 files

Browse files
Files changed (2) hide show
  1. .dockerignore +8 -0
  2. Dockerfile +0 -1
.dockerignore ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ .venv/
2
+ __pycache__/
3
+ *.pyc
4
+ .git/
5
+ .agents/
6
+ .env
7
+ *.log
8
+ outputs/
Dockerfile CHANGED
@@ -14,5 +14,4 @@ RUN pip install --no-cache-dir -e .
14
 
15
  EXPOSE 8000
16
 
17
- ENV ENABLE_WEB_INTERFACE=true
18
  CMD ["uvicorn", "server.app:app", "--host", "0.0.0.0", "--port", "8000"]
 
14
 
15
  EXPOSE 8000
16
 
 
17
  CMD ["uvicorn", "server.app:app", "--host", "0.0.0.0", "--port", "8000"]