Fixed change to Dockerfile

This commit is contained in:
Jonathan Ervine 2020-07-21 23:03:39 +08:00
parent c64ade1558
commit d7b72c39ba

View File

@ -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