💚 try ci again hopefully
Some checks failed
Build Docker Image / build-image (push) Failing after 38s
Semver / semver (push) Failing after 5s

This commit is contained in:
Rose 2024-10-16 11:52:45 -05:00
parent be3058d17a
commit e16300aeb2
No known key found for this signature in database
2 changed files with 6 additions and 6 deletions

View file

@ -11,7 +11,7 @@ WORKDIR /app
COPY .gitignore .gitignore
COPY package.json ./
COPY yarn.lock ./
RUN yarn install
RUN yarn install --immutable
COPY . .