Skip to content

Commit

Permalink
feat: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
reednaa committed Mar 7, 2024
1 parent 4ecfae0 commit c45fc99
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10,374 deletions.
4 changes: 1 addition & 3 deletions dockerfile.relayer
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit c45fc99

Please sign in to comment.