This commit is contained in:
parent
7ead02ad7e
commit
808c805cde
@ -31,7 +31,7 @@ WORKDIR /parsley
|
||||
COPY Gemfile* ./
|
||||
RUN bundle install
|
||||
|
||||
COPY package.json.org yarn.lock ./
|
||||
COPY package.json yarn.lock ./
|
||||
RUN yarn install --production=true --frozen-lockfile
|
||||
|
||||
COPY . .
|
||||
|
Loading…
Reference in New Issue
Block a user