Skip to content

Commit bc33aaf

Browse files
committed
Merge branch 'main' of https://github.com/oiov/vmail
2 parents f8c09e1 + c94a378 commit bc33aaf

2 files changed

Lines changed: 1 addition & 17 deletions

File tree

Dockerfile

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1 @@
1-
FROM node:20-slim AS base
2-
ENV PNPM_HOME="/pnpm"
3-
ENV PATH="${PNPM_HOME}:${PATH}"
4-
RUN corepack enable
51

6-
FROM base AS build
7-
COPY . /usr/src/app
8-
WORKDIR /usr/src/app
9-
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile
10-
RUN pnpm prune --prod
11-
RUN pnpm run remix:build
12-
13-
FROM base AS remix
14-
COPY --from=build /usr/src/app /usr/src/app
15-
WORKDIR /usr/src/app/apps/remix
16-
EXPOSE 3000
17-
CMD ["pnpm", "start"]

frontend/src/components/SiteStats.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import ServerIcon from "./icons/ServerIcon";
99
// vmail.dev 域名的历史数据基础值
1010
const VMAIL_DEV_BASE_STATS = {
1111
totalAddressesCreated: 56023,
12-
totalEmailsReceived: 342678,
12+
totalEmailsReceived: 1342678,
1313
totalApiKeysCreated: 1840,
1414
totalApiCalls: 15734,
1515
};

0 commit comments

Comments
 (0)