Compare commits
2 Commits
a38f299211
...
3304962bf1
Author | SHA1 | Date | |
---|---|---|---|
3304962bf1 | |||
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