MisterAI commited on
Commit
30defb0
·
verified ·
1 Parent(s): b0529f7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ COPY nginx.conf /etc/nginx/conf.d/default.conf
15
  # Copier script de démarrage HFSpace
16
  #COPY HFSpace_Entrypoint.sh /HFSpace_Entrypoint.sh
17
  #RUN chmod +x /HFSpace_Entrypoint.sh
18
- COPY HFSpace_Entrypoint.sh /entrypoint.sh
19
  RUN chmod +x /entrypoint.sh
20
 
21
  EXPOSE 7860
 
15
  # Copier script de démarrage HFSpace
16
  #COPY HFSpace_Entrypoint.sh /HFSpace_Entrypoint.sh
17
  #RUN chmod +x /HFSpace_Entrypoint.sh
18
+ COPY entrypoint.sh /entrypoint.sh
19
  RUN chmod +x /entrypoint.sh
20
 
21
  EXPOSE 7860