bagaseptian commited on
Commit
df0d27b
·
verified ·
1 Parent(s): a406c08

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -8,7 +8,6 @@ RUN pip install --no-cache-dir -r requirements.txt
8
 
9
  COPY . .
10
 
11
- ENV PORT 8000
12
  EXPOSE 8000
13
 
14
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]
 
8
 
9
  COPY . .
10
 
 
11
  EXPOSE 8000
12
 
13
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]