add docker files
This commit is contained in:
parent
333cb589e0
commit
6b511c292d
@ -4,9 +4,6 @@ FROM nginx:alpine
|
|||||||
# Installer Git
|
# Installer Git
|
||||||
RUN apk add --no-cache 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
|
# Copier le script d'update
|
||||||
COPY update.sh /usr/local/bin/update.sh
|
COPY update.sh /usr/local/bin/update.sh
|
||||||
RUN chmod +x /usr/local/bin/update.sh
|
RUN chmod +x /usr/local/bin/update.sh
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user