Bc-AI commited on
Commit
04293ea
·
verified ·
1 Parent(s): a6d276c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ WORKDIR /app
5
  COPY requirements_hf_space.txt .
6
  RUN pip install --no-cache-dir -r requirements_hf_space.txt
7
 
8
- COPY app.py
9
 
10
  EXPOSE 7860
11
 
 
5
  COPY requirements_hf_space.txt .
6
  RUN pip install --no-cache-dir -r requirements_hf_space.txt
7
 
8
+ COPY proxy_hf_space.py app.py
9
 
10
  EXPOSE 7860
11