diff --git a/apis/websocket/Dockerfile b/apis/websocket/Dockerfile index 68a3828..af98045 100644 --- a/apis/websocket/Dockerfile +++ b/apis/websocket/Dockerfile @@ -5,6 +5,7 @@ FROM base AS build WORKDIR /build COPY . . +RUN bun install --frozen-lockfile RUN cd apis/websocket && bun --bun run build FROM base AS release diff --git a/bots/discord/Dockerfile b/bots/discord/Dockerfile index e3afbcd..96ca47b 100644 --- a/bots/discord/Dockerfile +++ b/bots/discord/Dockerfile @@ -5,6 +5,7 @@ FROM base AS build WORKDIR /build COPY . . +RUN bun install --frozen-lockfile RUN cd bots/discord && bun --bun run build FROM base AS release diff --git a/bun.lockb b/bun.lockb index 836f027..aa9c446 100755 Binary files a/bun.lockb and b/bun.lockb differ