Fix dockerfile
Some checks failed
parsley/pipeline/head There was a failure building this commit

This commit is contained in:
Dan Elbert 2024-10-18 14:50:37 -05:00
parent f5e32cf888
commit 169dda4d3b

View File

@ -28,7 +28,7 @@ COPY Gemfile* ./
RUN bundle install RUN bundle install
COPY package.json yarn.lock ./ COPY package.json yarn.lock ./
RUN yarn install --production=true --frozen-lockfile RUN yarn install --immutable
COPY . . COPY . .