This commit is contained in:
Lio Young 2021-07-11 14:52:47 +02:00
parent a4857e68c9
commit 3c6d025298
1 changed files with 1 additions and 2 deletions

View File

@ -8,10 +8,9 @@ WORKDIR /opt/thaldrin
COPY . .
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 build/ && tsc && cp -r src/utils/lingua/langs build/src/utils/lingua/langs"
RUN rm -rf src