Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -42,7 +42,7 @@ RUN \
|
|
| 42 |
/var/tmp/*
|
| 43 |
|
| 44 |
# add local files
|
| 45 |
-
COPY /root /
|
| 46 |
|
| 47 |
# ports and volumes
|
| 48 |
EXPOSE 7680
|
|
|
|
| 42 |
/var/tmp/*
|
| 43 |
|
| 44 |
# add local files
|
| 45 |
+
COPY /root /code
|
| 46 |
|
| 47 |
# ports and volumes
|
| 48 |
EXPOSE 7680
|