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