Skip to content

Commit b6e3258

Browse files
fix forester dashboard status latency (#2386)
1 parent 98724b7 commit b6e3258

8 files changed

Lines changed: 1955 additions & 55 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ api-docs/
7575
/**/dump.rdb
7676

7777
/**/package-lock.json
78+
!/forester/dashboard/package-lock.json
7879
qodana.yaml
7980

8081
node_modules

forester/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ logs
66
.env.mainnet
77
*.json
88
!package.json
9+
!dashboard/package-lock.json
10+
!dashboard/tsconfig.json
911
!metrics-contract.json
1012
spawn.sh
1113
spawn_devnet.sh

forester/dashboard/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ WORKDIR /app
1616
ENV NODE_ENV=production
1717
RUN addgroup --system --gid 1001 nodejs
1818
RUN adduser --system --uid 1001 nextjs
19-
COPY --from=builder /app/public ./public
2019
COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./
2120
COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
2221

0 commit comments

Comments
 (0)