fix: include ApiState CLI in runtime image
This commit is contained in:
@@ -9,6 +9,7 @@ RUN apt-get update \
|
|||||||
COPY package.json bun.lock ./
|
COPY package.json bun.lock ./
|
||||||
RUN bun install --frozen-lockfile --production
|
RUN bun install --frozen-lockfile --production
|
||||||
COPY config ./config
|
COPY config ./config
|
||||||
|
COPY scripts ./scripts
|
||||||
COPY src ./src
|
COPY src ./src
|
||||||
COPY static ./static
|
COPY static ./static
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user