fix math
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user