UNCLASSIFIED

You need to sign in or sign up before continuing.
Commits (3)
...@@ -36,8 +36,7 @@ ENV RUBY_MAJOR=2 \ ...@@ -36,8 +36,7 @@ ENV RUBY_MAJOR=2 \
ENV HOME=/opt/app-root/src ENV HOME=/opt/app-root/src
ENV GEM_HOME /usr/local/bundle ENV GEM_HOME /usr/local/bundle
ENV BUNDLE_SILENCE_ROOT_WARNING=1 \ ENV BUNDLE_SILENCE_ROOT_WARNING=1
BUNDLE_APP_CONFIG="$GEM_HOME"
ENV PATH $HOME/bin:$GEM_HOME/bin:$PATH ENV PATH $HOME/bin:$GEM_HOME/bin:$PATH
RUN mkdir -p "$GEM_HOME" && \ RUN mkdir -p "$GEM_HOME" && \
......