From 9130f4a00aae51a9b148370f877f14b2484b9926 Mon Sep 17 00:00:00 2001 From: Dryusdan <=> Date: Fri, 24 Nov 2017 00:00:36 +0100 Subject: [PATCH] Increase timeout --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 17d7491..e6a4889 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,12 +26,12 @@ RUN export BUILD_DEPS="build-base \ && cd /diaspora \ && chmod +x script/server \ && bin/bundle config --global silence_root_warning 1 \ +&& bin/bundle config timeout 120 \ && bin/bundle install --retry 4 --without test development \ && apk del ${BUILD_DEPS} \ && rm -rf /tmp/* /var/cache/apk/* /tmp/* /root/.gnupg /root/.cache/ /diaspora/.git -FROM node:8.9-alpine -FROM xataz/nginx + COPY rootfs/ /