Spaces:
Build error
Build error
Update Dockerfile
Browse files- 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"]
|