Skip to content

Commit 6d14fb3

Browse files
committed
maybe this will work
1 parent 022ad9c commit 6d14fb3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

‎apps/web/Dockerfile‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ RUN npm install -g pnpm
88

99
COPY package.json pnpm-lock.yaml ./
1010

11-
ENV CI=true
12-
11+
ENV HUSKY=0
1312
# Install dependencies
14-
RUN pnpm install --frozen-lockfile
13+
RUN pnpm install --frozen-lockfile --ignore-scripts && \
14+
pnpm rebuild @tailwindcss/oxide esbuild
1515

1616
COPY . .
1717

0 commit comments

Comments
 (0)