Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -34,7 +34,7 @@ RUN pip install -r requirements.txt
|
|
34 |
|
35 |
# Copy app files
|
36 |
COPY app.py .
|
37 |
-
COPY static /
|
38 |
|
39 |
# Expose port
|
40 |
EXPOSE 7860
|
|
|
34 |
|
35 |
# Copy app files
|
36 |
COPY app.py .
|
37 |
+
COPY static /
|
38 |
|
39 |
# Expose port
|
40 |
EXPOSE 7860
|