chore: complete the mail domain setup

This commit is contained in:
mahyargdz
2025-07-03 12:25:31 +03:30
parent ccbf743ecb
commit 9ae6f260a8
6 changed files with 147 additions and 150 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
FROM node:22-alpine AS base
RUN npm install -g corepack@latest
RUN corepack enable && corepack prepare pnpm --activate
RUN corepack enable && corepack prepare pnpm@9 --activate
# Install tzdata to support timezone settings
RUN apk add --no-cache tzdata