mirror of
https://github.com/SrIzan10/vinci.git
synced 2026-06-05 16:57:01 +00:00
fix: disable scripts
This commit is contained in:
@@ -5,7 +5,7 @@ RUN bun add -g @sern/cli
|
|||||||
# Install dependencies
|
# Install dependencies
|
||||||
FROM base AS deps
|
FROM base AS deps
|
||||||
COPY package.json bun.lock ./
|
COPY package.json bun.lock ./
|
||||||
RUN bun install --frozen-lockfile
|
RUN bun install --frozen-lockfile --ignore-scripts
|
||||||
|
|
||||||
# Build the application
|
# Build the application
|
||||||
FROM base AS build
|
FROM base AS build
|
||||||
|
|||||||
Reference in New Issue
Block a user