Compare commits

..

No commits in common. "3304962bf10531f1f3afecb022d5bc475315b471" and "a38f299211aca7d4a39611fb31f3854ba67c5035" have entirely different histories.

View File

@ -1,6 +1,6 @@
FROM oven/bun:latest FROM oven/bun:latest
WORKDIR /app WORKDIR /app
COPY package.json ./ COPY package.json bun.lockb ./
RUN bun install RUN bun install
COPY . . COPY . .
CMD ["bun", "run", "index.js"] CMD ["bun", "run", "index.js"]