Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|
| 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
|