Skip to content

Commit e95d8e0

Browse files
author
naraesk
authored
Update Dockerfile.prod
1 parent dd078d4 commit e95d8e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

evaluationserver/Dockerfile.prod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN apt-get update \
66
RUN mkdir -p /usr/src/app
77
WORkDIR /usr/src/app/
88
COPY . .
9-
RUN gem install bundler && bundle install --jobs 20 --retry 5 # might be better?
9+
RUN gem install bundler && bundle binstub bundler --force && bundle install --jobs 20 --retry 5 # might be better?
1010
RUN gem install bundler
1111
ENV RAILS_ENV production
1212
RUN bundle binstub bundler --force

0 commit comments

Comments
 (0)