TheEdict commited on
Commit
b9a0612
·
verified ·
1 Parent(s): 7b139d3

Fix Dockerfile: use entrypoint.sh (already renamed)

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -53,7 +53,7 @@ COPY nginx.conf /etc/nginx/nginx.conf
53
  COPY proxy_server.py /app/proxy_server.py
54
 
55
  # 10. Copy Entrypoint
56
- COPY entrypoint-hf.sh /app/entrypoint.sh
57
  RUN chmod +x /app/entrypoint.sh
58
 
59
  # 11. HF Spaces Environment
 
53
  COPY proxy_server.py /app/proxy_server.py
54
 
55
  # 10. Copy Entrypoint
56
+ COPY entrypoint.sh /app/entrypoint.sh
57
  RUN chmod +x /app/entrypoint.sh
58
 
59
  # 11. HF Spaces Environment