Merge pull request 'fix dockerfile with docker lockfile' (#4) from dev into staging
Some checks failed
build / build (push) Failing after 38s
build / deploy (push) Has been skipped

Reviewed-on: #4
This commit is contained in:
2026-08-30 21:43:01 +00:00

View File

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