diff options
Diffstat (limited to '174bg/discord-bot/Dockerfile')
| -rw-r--r-- | 174bg/discord-bot/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/174bg/discord-bot/Dockerfile b/174bg/discord-bot/Dockerfile index 5bcc897..bfa512a 100644 --- a/174bg/discord-bot/Dockerfile +++ b/174bg/discord-bot/Dockerfile @@ -4,4 +4,4 @@ RUN apk add --no-cache git python3 make g++ COPY package*.json ./ RUN npm install COPY . . -CMD ["node", "main.js"]
\ No newline at end of file +CMD ["node", "source/main.js"]
\ No newline at end of file |
