Sha256: 604051ce8eabd76ed107de6eab5b5bca121c0080fb0af6d2481655b000a00686
Contents?: true
Size: 286 Bytes
Versions: 39
Compression:
Stored size: 286 Bytes
Contents
FROM @@image@@ RUN mkdir -p /src/opt/conjur/project WORKDIR /src/opt/conjur/project COPY Gemfile ./ COPY Gemfile.lock ./ RUN bundle --deployment --without "test development" RUN mkdir -p .bundle RUN cp /usr/local/bundle/config .bundle/config COPY . . ADD debify.sh / WORKDIR /src
Version data entries
39 entries across 39 versions & 1 rubygems