Skip to content

Commit c5d5e6b

Browse files
committed
whitespace
1 parent 71d27b1 commit c5d5e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ FROM build_deps as gems
5252

5353
COPY Gemfile* ./
5454
COPY .ruby-version ./
55-
RUN bundle install && rm -rf vendor/bundle/ruby/*/cache
55+
RUN bundle install && rm -rf vendor/bundle/ruby/*/cache
5656

5757
#######################################################################
5858

0 commit comments

Comments
 (0)