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