Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -10,7 +10,7 @@ WORKDIR /app
|
|
| 10 |
COPY requirements.txt /app/requirements.txt
|
| 11 |
RUN pip install --no-cache-dir -r /app/requirements.txt
|
| 12 |
|
| 13 |
-
COPY app.py /app/app.py
|
| 14 |
|
| 15 |
EXPOSE 7860
|
| 16 |
|
|
|
|
| 10 |
COPY requirements.txt /app/requirements.txt
|
| 11 |
RUN pip install --no-cache-dir -r /app/requirements.txt
|
| 12 |
|
| 13 |
+
COPY app.py /app/app.py
|
| 14 |
|
| 15 |
EXPOSE 7860
|
| 16 |
|