update docker files

This commit is contained in:
2026-01-12 15:41:37 +03:00
parent 423c66393d
commit 2fff7d3103
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ COPY package*.json bun.lock ./
RUN bun install --frozen-lockfile
COPY . .
RUN bun run build
RUN bun run bun:build
# only prod dependencies
RUN bun prune --omit=dev