Skip to content

Commit 5281ab0

Browse files
author
naraesk
authored
Update Dockerfile.prod
1 parent 3d5337e commit 5281ab0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

evaluationserver/Dockerfile.prod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ RUN apt-get update \
66
RUN mkdir -p /usr/src/app
77
WORkDIR /usr/src/app/
88
COPY . .
9-
RUN gem install bundler && bundle binstub bundler --force && bundle install --jobs 20 --retry 5 # might be better?
109
RUN gem install bundler
10+
RUN bundle install --jobs 20 --retry 5
11+
RUN bundle binstub bundler --force
12+
#RUN gem install bundler
1113
ENV RAILS_ENV production
1214
RUN bundle exec rake assets:precompile
1315
LABEL maintainer="[email protected]" \

0 commit comments

Comments
 (0)