Compare commits

...

2 Commits

Author SHA1 Message Date
99e97ce750 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
2026-08-30 21:43:01 +00:00
077e9f54b9 fix dockerfile with docker lockfile 2026-08-30 21:42:33 +00:00

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 . .