diff --git a/test/e2e/Dockerfile b/test/e2e/Dockerfile index cf8961d..53a7882 100644 --- a/test/e2e/Dockerfile +++ b/test/e2e/Dockerfile @@ -1,4 +1,4 @@ -FROM node:24-bookworm as builder +FROM node:24-bookworm AS builder ENV CI=true @@ -14,7 +14,7 @@ COPY ./npm-shrinkwrap.json ./ RUN npm ci # Copy the rest of the application -COPY packages/safe-chain ./ +COPY packages/safe-chain ./packages/safe-chain # Build the application RUN npm --no-git-tag-version version 1.0.0 --allow-same-version --workspace=packages/safe-chain