fix(tasker): keep operational ordering and web build stable

This commit is contained in:
DCCONSTRUCTIONS
2026-05-10 19:59:34 +03:00
parent d55d182648
commit d7ef3ab050
2 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ FROM node:22-alpine AS base
# Setup pnpm package manager with corepack and configure global bin directory for caching
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
ENV PATH="$PNPM_HOME:$PNPM_HOME/bin:$PATH"
RUN corepack enable
# *****************************************************************************