diff --git a/Dockerfile b/Dockerfile index 4472b9c..06b2a1f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,6 @@ FROM oven/bun COPY . . +RUN apt-get -y update +RUN apt-get -y install git RUN bun install -ENTRYPOINT [ "bun", "./index.ts" ] \ No newline at end of file +ENTRYPOINT [ "bun", "run", "start" ] \ No newline at end of file