Fix auth modal feedback and production deploy config
Some checks failed
Build & Push Docker Image to Gitea Registry / build-and-push (push) Failing after 6s

This commit is contained in:
Kroonk
2026-05-20 17:25:15 +02:00
parent 6f96b26e4c
commit 5e996f791e
4 changed files with 77 additions and 66 deletions

View File

@@ -10,7 +10,7 @@ WORKDIR /opt/michess/
COPY . .
RUN corepack enable && \
corepack prepare pnpm@latest --activate && \
corepack prepare pnpm@9.15.9 --activate && \
pnpm config set store-dir /opt/michess/.pnpm-store && \
pnpm install --no-frozen-lockfile