chore: fix
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ RUN corepack enable && corepack prepare pnpm@10 --activate
|
||||
RUN cp /usr/share/zoneinfo/Asia/Tehran /etc/localtime && echo "Asia/Tehran" > /etc/timezone
|
||||
|
||||
WORKDIR /build
|
||||
COPY package*.json ./
|
||||
COPY package*.json pnpm-lock.yaml ./
|
||||
RUN pnpm install --frozen-lockfile --loglevel info
|
||||
COPY . ./
|
||||
RUN pnpm run build
|
||||
|
||||
Reference in New Issue
Block a user