diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 2804f908a..5326fa3ae 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -8,11 +8,11 @@ COPY . . RUN cp .env.sample .env -RUN pnpm install -g pnpm +RUN npm install -g pnpm RUN pnpm install --filter . --frozen-lockfile --dir /work/frontend -RUN pnpm build +RUN bun run build FROM nginx:alpine AS cicd LABEL maintainer="Rajesh"