Skip to content

Commit 7b23f81

Browse files
committed
Avoid Gnuplot.lock copy
1 parent 3e2d95b commit 7b23f81

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ WORKDIR /home/gnuplot/gnuplot
1010

1111
USER gnuplot
1212

13-
COPY ./ ./
13+
COPY lib/ ./lib/
14+
COPY *.gemspec ./
15+
COPY Gemfile ./
1416

1517
RUN gem install bundler; bundle install

0 commit comments

Comments
 (0)