Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -4,6 +4,6 @@ WORKDIR /app
|
|
| 4 |
|
| 5 |
COPY . .
|
| 6 |
|
| 7 |
-
RUN pip install
|
| 8 |
|
| 9 |
CMD ["uvicorn", "src.api_toolkit.main:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
|
| 4 |
|
| 5 |
COPY . .
|
| 6 |
|
| 7 |
+
RUN pip install .
|
| 8 |
|
| 9 |
CMD ["uvicorn", "src.api_toolkit.main:app", "--host", "0.0.0.0", "--port", "7860"]
|