Increase timeout

This commit is contained in:
Dryusdan 2017-11-24 00:00:36 +01:00
parent a07f82c289
commit 9130f4a00a
1 changed files with 2 additions and 2 deletions

View File

@ -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/ /