From 4973503955ca5e9cd0e372dfc53568032c83f4ff Mon Sep 17 00:00:00 2001 From: Dryusdan Date: Sat, 1 Jul 2017 15:27:44 +0200 Subject: [PATCH] correction of kresus error && push mirror gitlab-ci --- .gitlab-ci.yml | 2 ++ kresus/Dockerfile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 845c71a..33f379b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -117,4 +117,6 @@ pushOnGithub: - touch ~/.ssh/known_hosts - ssh-keyscan github.com >> ~/.ssh/known_hosts - echo "push on github" + - git clone https://Dryusdan@git.drycat.fr/Dryusdan/Dockerfiles.git + - cd Dockerfiles - git push --mirror git@github.com:Dryusdan/Dockerfiles.git diff --git a/kresus/Dockerfile b/kresus/Dockerfile index f3038df..057024b 100644 --- a/kresus/Dockerfile +++ b/kresus/Dockerfile @@ -3,7 +3,6 @@ FROM node:6-alpine ARG KRESUS_VERSION=master ENV UID=991 GID=991 \ KRESUS_DIR=/kresus/data \ - PYTHON_EGG_CACHE=/kresus/.cache/ \ HOST=0.0.0.0 COPY rootfs / @@ -58,6 +57,7 @@ RUN apk -U upgrade \ && mkdir .cache \ && npm install --production \ && chmod +x /usr/local/bin/startup \ + && ln -s /kresus/ /home/kresus \ && apk del build-dependencies \ && rm -rf /kresus-scripts /var/cache/apk/* /tmp/* /root/.gnupg /root/.cache/