Skip to content

Commit 21718f8

Browse files
author
David Baum
committed
move gem commands to base image
1 parent ede8637 commit 21718f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

evaluationserver/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM getaviz/evaluationserver-base:development
22
WORkDIR /usr/src/app/
33
COPY . .
4-
RUN gem update --system && gem install bundler && bundle install --jobs 20 --retry 5 && gem install bundler
4+
RUN bundle install --jobs 20 --retry 5 && gem install bundler
55
LABEL maintainer="[email protected]" \
66
version="1.0"
77
EXPOSE 8081

0 commit comments

Comments
 (0)