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
View File
@@ -46,6 +46,7 @@ jobs:
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
with: with:
context: . context: .
file: Dockerfile-bun
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
+1 -1
View File
@@ -6,7 +6,7 @@ COPY package*.json bun.lock ./
RUN bun install --frozen-lockfile RUN bun install --frozen-lockfile
COPY . . COPY . .
RUN bun run build RUN bun run bun:build
# only prod dependencies # only prod dependencies
RUN bun prune --omit=dev RUN bun prune --omit=dev