Skip to content

Commit b4be5d8

Browse files
authored
Update Dockerfile
1 parent 4eafac8 commit b4be5d8

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,5 @@ COPY . /bot
44
WORKDIR /bot
55

66
RUN npm ci --production
7-
RUN rm package.json package-lock.json
87

9-
RUN node deploy-commands.js
10-
11-
CMD node index.js
8+
CMD node deploy-commands.js && node index.js

0 commit comments

Comments
 (0)