Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: cleanup
Browse files Browse the repository at this point in the history
reednaa committed Mar 7, 2024
1 parent 4ecfae0 commit 6517eb9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dockerfile.relayer
Original file line number Diff line number Diff line change
@@ -11,12 +11,10 @@ from base AS prod-deps
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --prod --frozen-lockfile --ignore-scripts

FROM base AS build
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --prod=false --frozen-lockfile --ignore-scripts
COPY abis ./abis
# Run post install
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --prod=false --frozen-lockfile

# Copy core files
# Build
COPY src ./src
COPY drizzle ./drizzle
RUN pnpm run build

0 comments on commit 6517eb9

Please sign in to comment.