mirror of
https://github.com/YuzuZensai/Test-IP.git
synced 2026-07-21 15:19:28 +00:00
✨ feat: migrate to Elysia and Bun
This commit is contained in:
+3
-4
@@ -1,9 +1,8 @@
|
||||
FROM node:18 as build
|
||||
FROM oven/bun:1 as build
|
||||
WORKDIR /home/node/app
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN apt-get update -y
|
||||
RUN yarn
|
||||
RUN bun install
|
||||
|
||||
CMD ["node", "index.js"]
|
||||
CMD ["bun", "run", "src/index.ts"]
|
||||
Reference in New Issue
Block a user