Fixed change to Dockerfile
This commit is contained in:
parent
c64ade1558
commit
d7b72c39ba
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user