From d67c94bcdc587546572c4efb53fbf423e9fbf9cc Mon Sep 17 00:00:00 2001 From: Ziyunhui Date: Mon, 5 Aug 2024 14:44:57 +0800 Subject: [PATCH] test5 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1f0bdeb..013185e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM oven/bun:latest +FROM oven/bun:1 WORKDIR /usr/src/app COPY . . COPY ./config.json /config @@ -6,4 +6,4 @@ RUN bun install --frozen-lockfile --production ENV NODE_ENV=production EXPOSE 7000/tcp VOLUME [ "/config"] -ENTRYPOINT [ "bun", "run", "index.ts" ] +ENTRYPOINT [ "bun", "run", "index.ts" ] \ No newline at end of file