fix dockerfile with docker lockfile #4

Merged
stan merged 1 commits from dev into staging 2026-08-30 21:43:02 +00:00
Showing only changes of commit 077e9f54b9 - Show all commits

View File

@@ -3,7 +3,7 @@ FROM oven/bun AS builder
RUN bun RUN bun
WORKDIR /app WORKDIR /app
COPY package.json bun.lockb ./ COPY package.json bun.lock ./
RUN bun install RUN bun install
COPY . . COPY . .