forgot to add a npm i step in bot docker file

This commit is contained in:
Lio Young 2021-07-11 14:45:29 +02:00
parent 17a57b67a7
commit a4857e68c9
1 changed files with 2 additions and 0 deletions

View File

@ -10,8 +10,10 @@ RUN apk add --no-cache git
RUN npm i -g typescript
RUN rm -rf build
RUN npm i
RUN tsc --sourceMap false
RUN rm -rf src
RUN npm cache clean --force