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