Skip to content

Commit d1d1fdc

Browse files
authored
Merge pull request #149 from moznion/remove_duplicated_copy
Remove a duplicated `COPY` directive
2 parents 66d20be + a205a74 commit d1d1fdc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,6 @@ RUN set -ex && \
112112

113113
RUN mkdir -p /usr/local/etc
114114

115-
COPY --from=build \
116-
/usr/local/etc/gemrc /usr/local/etc
117-
118115
COPY --from=build \
119116
/usr/local/bin/bundle \
120117
/usr/local/bin/bundler \

0 commit comments

Comments
 (0)