Skip to content

Commit e23de39

Browse files
author
vitalie
committed
Docker updates
1 parent 0d6db42 commit e23de39

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ RUN bundle config set --global no-cache 'true' && \
2323
bundle config set --global jobs `expr $(cat /proc/cpuinfo | grep -c 'cpu cores')` && \
2424
bundle config set --global retry 3
2525

26+
2627
FROM base as builder
2728

2829
# packages required
@@ -47,6 +48,7 @@ LABEL maintainer Travis CI GmbH <[email protected]
4748

4849
# Copy gems from builder
4950
COPY --from=builder /usr/local/bundle /usr/local/bundle
51+
COPY --from=builder /app/vendor ./vendor
5052

5153
# Copy app files
5254
COPY . ./

0 commit comments

Comments
 (0)