remove corepack
Some checks failed
Main / build-and-push-docker-image (20.x) (push) Failing after 3m12s
Some checks failed
Main / build-and-push-docker-image (20.x) (push) Failing after 3m12s
This commit is contained in:
@@ -1,12 +1,10 @@
|
|||||||
# 1. Install dependencies and build the project
|
# 1. Install dependencies and build the project
|
||||||
FROM ubuntu:latest AS builder
|
FROM ubuntu:latest AS builder
|
||||||
|
|
||||||
|
|
||||||
# Set Yarn to the latest stable version
|
# Set Yarn to the latest stable version
|
||||||
RUN apt-get update && apt-get install -y nodejs yarn
|
RUN apt-get update && apt-get install -y nodejs yarn
|
||||||
|
|
||||||
# Enable Corepack
|
|
||||||
RUN corepack enable
|
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY package.json yarn.lock ./
|
COPY package.json yarn.lock ./
|
||||||
|
|||||||
Reference in New Issue
Block a user