mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-11 13:56:15 +00:00
build(Needs bump): revert building with bun explicitly
Building with only Bun causes compatibility issues, like Drizzle Kit not being to generate any schema for the database of the Discord bot.
This commit is contained in:
@@ -6,7 +6,7 @@ FROM base AS build
|
||||
WORKDIR /build
|
||||
COPY . .
|
||||
RUN bun install --frozen-lockfile
|
||||
RUN cd apis/websocket && bun --bun run build
|
||||
RUN cd apis/websocket && bun run build
|
||||
|
||||
FROM base AS release
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ FROM base AS build
|
||||
WORKDIR /build
|
||||
COPY . .
|
||||
RUN bun install --frozen-lockfile
|
||||
RUN cd bots/discord && bun --bun run build
|
||||
RUN cd bots/discord && bun run build
|
||||
|
||||
FROM base AS release
|
||||
|
||||
|
||||
Reference in New Issue
Block a user