Fix bun install command - remove invalid --production=false flag
Some checks failed
Build and Publish Mana Loop Docker Image / build-and-publish (push) Failing after 2m4s
Some checks failed
Build and Publish Mana Loop Docker Image / build-and-publish (push) Failing after 2m4s
This commit is contained in:
@@ -15,8 +15,8 @@ COPY prisma ./prisma/
|
||||
# Install bun for faster installs
|
||||
RUN npm install -g bun
|
||||
|
||||
# Install dependencies
|
||||
RUN bun install --frozen-lockfile --production=false
|
||||
# Install dependencies (including devDependencies for build)
|
||||
RUN bun install --frozen-lockfile
|
||||
|
||||
# Stage 2: Builder
|
||||
FROM node:20-alpine AS builder
|
||||
|
||||
Reference in New Issue
Block a user