rgres commited on
Commit
242587c
1 Parent(s): ec3efd7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 ./static/ ./
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"]