aagoluoglu commited on
Commit
825a228
·
verified ·
1 Parent(s): ca696d0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -80,3 +80,5 @@ RUN pipenv install --system --deploy --ignore-pipfile
80
  WORKDIR /workspaces/artificial_intelligence
81
 
82
  COPY . .
 
 
 
80
  WORKDIR /workspaces/artificial_intelligence
81
 
82
  COPY . .
83
+
84
+ CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]