Compare commits

...

1 Commits
rc4 ... 0.2-dev

Author SHA1 Message Date
blek 830677cc0e
fix filed prod build errors 2023-12-18 00:59:14 +10:00
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ COPY filed .
COPY ./.git ./.git
RUN apk add --no-cache git musl-dev upx nodejs yarn && \
yarn global add uglify-js@3.17.4
yarn global add uglify-js@3.17.4 html-minifier
RUN cargo b -r
RUN strip target/release/filed && upx --best target/release/filed