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
Some checks failed
Build & Push Docker Image to Gitea Registry / build-and-push (push) Failing after 6s
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user