hopefully fix dockerfile

This commit is contained in:
Lio Young 2021-07-11 19:19:37 +02:00
parent 3c6d025298
commit 4b2e03110a
1 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,9 @@ RUN apk add --no-cache git
RUN npm i -g typescript
RUN npm i
RUN "rm -rf build/ && tsc && cp -r src/utils/lingua/langs build/src/utils/lingua/langs"
RUN rm -rf build
RUN tsc
RUN cp -r src/utils/lingua/langs build/src/utils/lingua/langs
RUN rm -rf src