docker: don't copy lockfile
This commit is contained in:
parent
5bf0872ba9
commit
02859a06a5
@ -1,6 +1,6 @@
|
||||
FROM oven/bun:latest
|
||||
WORKDIR /app
|
||||
COPY package.json bun.lockb ./
|
||||
COPY package.json ./
|
||||
RUN bun install
|
||||
COPY . .
|
||||
CMD ["bun", "run", "index.js"]
|
Loading…
x
Reference in New Issue
Block a user