Skip to content

Commit

Permalink
Just use build base image for scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
spalladino committed May 10, 2024
1 parent 03710de commit 5a98ab9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yarn-project/scripts/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5a98ab9

Please sign in to comment.