Fix Dockerfile build
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ FROM node:22-bookworm-slim AS assets
|
|||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY package.json pnpm-lock.yaml ./
|
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 . .
|
||||||
COPY --from=builder /home/timetracker/app/ts/generated ./ts/generated
|
COPY --from=builder /home/timetracker/app/ts/generated ./ts/generated
|
||||||
RUN pnpm tailwindcss -i ./common/input.css -o ./games/static/base.css \
|
RUN pnpm tailwindcss -i ./common/input.css -o ./games/static/base.css \
|
||||||
|
|||||||
Reference in New Issue
Block a user