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 Gemfile.lock ./
COPY Jarfile ./ COPY Jarfile ./
COPY Jarfile.lock ./ COPY Jarfile.lock ./
RUN bundle install --system && \ RUN bundle install --system
jruby -S jbundle install RUN jruby -S jbundle install
COPY . . COPY . .
EXPOSE 9292 EXPOSE 9292