Hetansh Waghela commited on
Commit
18484e6
·
1 Parent(s): 17af72c

Fix HF Space Docker build

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -25,8 +25,6 @@ COPY packages/db/drizzle.config.ts packages/db/drizzle.config.ts
25
  COPY apps/api/tsconfig.json apps/api/tsconfig.json
26
  COPY apps/worker/tsconfig.json apps/worker/tsconfig.json
27
 
28
- RUN pnpm prune --prod
29
-
30
  FROM node:23-alpine AS runner
31
  RUN apk add --no-cache tini curl
32
  WORKDIR /app
 
25
  COPY apps/api/tsconfig.json apps/api/tsconfig.json
26
  COPY apps/worker/tsconfig.json apps/worker/tsconfig.json
27
 
 
 
28
  FROM node:23-alpine AS runner
29
  RUN apk add --no-cache tini curl
30
  WORKDIR /app