Spaces:
Runtime error
Runtime error
merged
Browse files- Dockerfile +2 -5
Dockerfile
CHANGED
@@ -19,11 +19,8 @@ ENV HOME=/home/user \
|
|
19 |
# Set the working directory to the user's home directory
|
20 |
WORKDIR $HOME/app
|
21 |
|
22 |
-
ENV
|
23 |
-
|
24 |
-
D2M_PORT=7860 \
|
25 |
-
GRADIO_PORT=8111 \
|
26 |
-
URL_GRADIO=https://localhost:8111/
|
27 |
|
28 |
COPY . .
|
29 |
|
|
|
19 |
# Set the working directory to the user's home directory
|
20 |
WORKDIR $HOME/app
|
21 |
|
22 |
+
ENV PORT=7860 \
|
23 |
+
URL_GRADIO=https://rgres-drawing2map-api.hf.space/
|
|
|
|
|
|
|
24 |
|
25 |
COPY . .
|
26 |
|