diff --git a/Dockerfile b/Dockerfile index 7f2f325..abd2d5a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ FROM node:22-bookworm-slim AS assets WORKDIR /app COPY package.json pnpm-lock.yaml ./ -RUN npm install -g pnpm && pnpm install --frozen-lockfile +RUN npm install -g pnpm && pnpm install --frozen-lockfile --ignore-scripts COPY . . COPY --from=builder /home/timetracker/app/ts/generated ./ts/generated RUN pnpm tailwindcss -i ./common/input.css -o ./games/static/base.css \