Skip to content

Commit dd078d4

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

evaluationserver/Dockerfile.prod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ COPY . .
99
RUN gem install bundler && bundle install --jobs 20 --retry 5 # might be better?
1010
RUN gem install bundler
1111
ENV RAILS_ENV production
12+
RUN bundle binstub bundler --force
1213
RUN bundle exec rake assets:precompile
1314
LABEL maintainer="[email protected]" \
1415
version="1.0"

0 commit comments

Comments
 (0)