We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d6db42 commit e23de39Copy full SHA for e23de39
Dockerfile
@@ -23,6 +23,7 @@ RUN bundle config set --global no-cache 'true' && \
23
bundle config set --global jobs `expr $(cat /proc/cpuinfo | grep -c 'cpu cores')` && \
24
bundle config set --global retry 3
25
26
+
27
FROM base as builder
28
29
# packages required
@@ -47,6 +48,7 @@ LABEL maintainer Travis CI GmbH <[email protected]
47
48
49
# Copy gems from builder
50
COPY --from=builder /usr/local/bundle /usr/local/bundle
51
+COPY --from=builder /app/vendor ./vendor
52
53
# Copy app files
54
COPY . ./
0 commit comments