tailwind error

master
حسین معصومی پور 2024-02-16 20:00:00 +03:30
parent 3e42838c6f
commit 8e37d722d5
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ RUN apk add --no-cache libc6-compat
RUN npm install -g pnpm
WORKDIR /app
COPY package.json ./
RUN npm install --force --production
RUN npm install
FROM node:20-alpine3.18 AS builder