Compare commits

..

No commits in common. "0.2-dev" and "rc4" have entirely different histories.
0.2-dev ... rc4

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 html-minifier
yarn global add uglify-js@3.17.4
RUN cargo b -r
RUN strip target/release/filed && upx --best target/release/filed