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