From 169dda4d3ba7c6d6556764f793c519b14723fdde Mon Sep 17 00:00:00 2001 From: Dan Elbert Date: Fri, 18 Oct 2024 14:50:37 -0500 Subject: [PATCH] Fix dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b1c76a6..53f5748 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ COPY Gemfile* ./ RUN bundle install COPY package.json yarn.lock ./ -RUN yarn install --production=true --frozen-lockfile +RUN yarn install --immutable COPY . .