Skip to content

Commit dc5d042

Browse files
committed
Merge branch 'develop' of github.com:hop-protocol/hop into staging
2 parents 1caa0f8 + 5572c6f commit dc5d042

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/stats-worker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ WORKDIR /app
99
FROM base AS build
1010
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm --filter-prod=stats-worker... install
1111
RUN pnpm --filter=stats-worker... build
12-
RUN pnpm --filter=stats-worker deploy --prod /prod/app
12+
RUN pnpm --filter=stats-worker deploy --prod /prod/app --legacy
1313

1414
FROM base
1515
COPY --from=build /prod/app /prod/app

packages/stats-worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hop-protocol/stats-worker",
3-
"version": "0.0.23",
3+
"version": "0.0.24",
44
"description": "Hop Protocol Stats Worker",
55
"author": "Authereum Labs, Inc.",
66
"license": "MIT",

0 commit comments

Comments
 (0)