diff options
Diffstat (limited to 'bot/Dockerfile')
| -rw-r--r-- | bot/Dockerfile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/bot/Dockerfile b/bot/Dockerfile index b5f30cd..c21fd47 100644 --- a/bot/Dockerfile +++ b/bot/Dockerfile @@ -2,15 +2,12 @@ FROM oven/bun:latest WORKDIR /bot -#RUN apt-get update && apt-get install -y build-essential libtool autoconf automake python3 - COPY package.json ./ COPY bun.lockb ./ -RUN bun run build +RUN bun install COPY . . -ENTRYPOINT ["node", "bot_discord.js"] - +ENTRYPOINT ["bun", "start"] |
