diff --git a/Dockerfile b/Dockerfile index 41b3f94..6407753 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 . .