diff --git a/Dockerfile b/Dockerfile index f5f7358..052c1b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,9 +4,6 @@ FROM nginx:alpine # Installer Git RUN apk add --no-cache git -# Cloner le dépôt GitLab dans le dossier /usr/share/nginx/html -RUN git clone http://lab.canguidev.fr/cangui/canguidev.git /usr/share/nginx/html - # Copier le script d'update COPY update.sh /usr/local/bin/update.sh RUN chmod +x /usr/local/bin/update.sh