Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
@@ -7,4 +7,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
7 |
|
8 |
COPY . /app
|
9 |
|
|
|
|
|
|
|
10 |
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
7 |
|
8 |
COPY . /app
|
9 |
|
10 |
+
COPY static /app/static
|
11 |
+
|
12 |
+
|
13 |
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|