Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -9,6 +9,6 @@ ENV HOME=/home/user \
|
|
9 |
PORT=7860 \
|
10 |
URL_GRADIO=https://rgres-drawing2map.hf.space/
|
11 |
|
12 |
-
COPY
|
13 |
|
14 |
CMD ["python", "app.py"]
|
|
|
9 |
PORT=7860 \
|
10 |
URL_GRADIO=https://rgres-drawing2map.hf.space/
|
11 |
|
12 |
+
COPY . .
|
13 |
|
14 |
CMD ["python", "app.py"]
|