From 808c805cded94f2b15dfbb864aba13a09b4d1d4c Mon Sep 17 00:00:00 2001 From: Dan Elbert Date: Fri, 18 Oct 2024 10:18:16 -0500 Subject: [PATCH] Fix dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 . .