This commit is contained in:
2018-08-04 13:19:47 +09:00
parent f17db7862b
commit 0f7a39f9a5
7 changed files with 24 additions and 25 deletions

View File

@@ -9,8 +9,7 @@ RUN bundle config --global frozen 1
ENV LANG C.UTF-8
WORKDIR /usr/src/app
COPY Gemfile /usr/src/app/
COPY Gemfile.lock /usr/src/app/
COPY Gemfile Gemfile.lock /usr/src/app/
RUN bundle install
COPY . /usr/src/app
COPY . /usr/src/app