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 10:18:16 -05:00
parent 7ead02ad7e
commit 808c805cde

View File

@ -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 . .