Compare commits
No commits in common. "0.2-dev" and "rc4" have entirely different histories.
|
@ -6,7 +6,7 @@ COPY filed .
|
||||||
COPY ./.git ./.git
|
COPY ./.git ./.git
|
||||||
|
|
||||||
RUN apk add --no-cache git musl-dev upx nodejs yarn && \
|
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 cargo b -r
|
||||||
RUN strip target/release/filed && upx --best target/release/filed
|
RUN strip target/release/filed && upx --best target/release/filed
|
||||||
|
|
Loading…
Reference in New Issue