Skip to content

Commit eeefb79

Browse files
author
naraesk
authored
Update Dockerfile.prod
1 parent 02eff6f commit eeefb79

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

evaluationserver/Dockerfile.prod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ WORkDIR /usr/src/app/
88
COPY . .
99
RUN gem install bundler
1010
RUN bundle install --jobs 20 --retry 5
11-
RUN bundle binstub bundler --force
11+
#RUN bundle binstub bundler --force
1212
#RUN gem install bundler
1313
ENV RAILS_ENV production
14-
RUN bundle exec rake assets:precompile
14+
#RUN bundle exec rake assets:precompile
1515
LABEL maintainer="[email protected]" \
1616
version="1.0"
1717
EXPOSE 8081

0 commit comments

Comments
 (0)