v0.13-dockerP7

This commit is contained in:
2022-12-02 00:26:02 +05:30
parent b53bae0e87
commit 912fc45f35

View File

@@ -7,6 +7,7 @@ WORKDIR /usr/src/app
RUN rustup target add wasm32-unknown-unknown RUN rustup target add wasm32-unknown-unknown
#RUN export CARGO_BUILD_JOBS = 1 #RUN export CARGO_BUILD_JOBS = 1
ENV CARGO_BUILD_JOBS=1
RUN cargo install trunk RUN cargo install trunk