fix: include ApiState CLI in runtime image

This commit is contained in:
root
2026-07-17 14:06:24 +02:00
parent a933d3ac2c
commit 8771af87c2
+1
View File
@@ -9,6 +9,7 @@ RUN apt-get update \
COPY package.json bun.lock ./
RUN bun install --frozen-lockfile --production
COPY config ./config
COPY scripts ./scripts
COPY src ./src
COPY static ./static