remove corepack
Some checks failed
Main / build-and-push-docker-image (20.x) (push) Failing after 3m12s

This commit is contained in:
2025-12-05 21:54:57 -05:00
parent e921bcb21c
commit 7e002c0405

View File

@@ -1,12 +1,10 @@
# 1. Install dependencies and build the project
FROM ubuntu:latest AS builder
# Set Yarn to the latest stable version
RUN apt-get update && apt-get install -y nodejs yarn
# Enable Corepack
RUN corepack enable
WORKDIR /app
COPY package.json yarn.lock ./