diff options
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -12,4 +12,5 @@ RUN yarn install COPY . . -ENTRYPOINT ["node", "bot_discord.js", "--beta"] +ENTRYPOINT ["node", "bot_discord.js"] + |
![]() |
index : personal/AleeBot.git | |
| An all-in-one bot that's made from the Discord.JS API! This bot is made for discord servers. | Alee |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | Dockerfile | 3 |
@@ -12,4 +12,5 @@ RUN yarn install COPY . . -ENTRYPOINT ["node", "bot_discord.js", "--beta"] +ENTRYPOINT ["node", "bot_discord.js"] + |