From 5a98ab93e2fcc7fa2776256c2ce31716f0a48c3e Mon Sep 17 00:00:00 2001 From: Santiago Palladino Date: Fri, 10 May 2024 17:56:57 -0300 Subject: [PATCH] Just use build base image for scripts --- yarn-project/scripts/Earthfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yarn-project/scripts/Earthfile b/yarn-project/scripts/Earthfile index 5f3d800efcea..3fcddf19798a 100644 --- a/yarn-project/scripts/Earthfile +++ b/yarn-project/scripts/Earthfile @@ -2,8 +2,8 @@ VERSION 0.8 FROM node:18.19.0 build: - FROM ../../+scripts - COPY ../+scripts-prod/usr/src/yarn-project /usr/src/yarn-project + FROM ../+build + COPY ../../+scripts/scripts /usr/src/scripts WORKDIR /usr/src download-logs: