diff options
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,4 +6,4 @@ WORKDIR /usr/src/app COPY . /usr/src/app RUN npm install && npm cache clean -CMD ["node", "worker.js"] +CMD ["node", "bot.js"] |
![]() |
index : discordbot | |
| Unnamed repository; edit this file 'description' to name the repository. |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | Dockerfile | 2 |
@@ -6,4 +6,4 @@ WORKDIR /usr/src/app COPY . /usr/src/app RUN npm install && npm cache clean -CMD ["node", "worker.js"] +CMD ["node", "bot.js"] |