We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02eff6f commit eeefb79Copy full SHA for eeefb79
1 file changed
evaluationserver/Dockerfile.prod
@@ -8,10 +8,10 @@ WORkDIR /usr/src/app/
8
COPY . .
9
RUN gem install bundler
10
RUN bundle install --jobs 20 --retry 5
11
-RUN bundle binstub bundler --force
+#RUN bundle binstub bundler --force
12
#RUN gem install bundler
13
ENV RAILS_ENV production
14
-RUN bundle exec rake assets:precompile
+#RUN bundle exec rake assets:precompile
15
LABEL maintainer="[email protected]" \
16
version="1.0"
17
EXPOSE 8081
0 commit comments