From d7b72c39ba6f6fcc8230e632dae0e491a801334e Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Tue, 21 Jul 2020 23:03:39 +0800 Subject: [PATCH] Fixed change to Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 84e5e91..804eaba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,8 +19,8 @@ COPY Gemfile ./ COPY Gemfile.lock ./ COPY Jarfile ./ COPY Jarfile.lock ./ -RUN bundle install --system && \ - jruby -S jbundle install +RUN bundle install --system +RUN jruby -S jbundle install COPY . . EXPOSE 9292