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