mirror of
https://github.com/docker-library/ruby.git
synced 2022-11-09 11:41:34 -05:00
Remove "doh" moment
This commit is contained in:
parent
d9b0ce63c7
commit
e219bf6f6a
1 changed files with 0 additions and 13 deletions
|
@ -1,13 +0,0 @@
|
|||
FROM ruby:2.4
|
||||
|
||||
# throw errors if Gemfile has been modified since Gemfile.lock
|
||||
RUN bundle config --global frozen 1
|
||||
|
||||
RUN mkdir -p /usr/src/app
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
ONBUILD COPY Gemfile /usr/src/app/
|
||||
ONBUILD COPY Gemfile.lock /usr/src/app/
|
||||
ONBUILD RUN bundle install
|
||||
|
||||
ONBUILD COPY . /usr/src/app
|
Loading…
Add table
Reference in a new issue