git.delta.rocks / unique-network / refs/commits / 73456d1f3291

difftreelog

manual merge of Dockerfile-parachain

Igor Kozyrev2021-10-25parents: #895c484 #01d9f60.patch.diff
in: master

1 file changed

modifiedDockerfile-parachaindiffbeforeafterboth
22#RUN echo $POLKA_VERSION22#RUN echo $POLKA_VERSION
23#RUN echo $NFT_BRANCH23#RUN echo $NFT_BRANCH
2424
25ARG PROFILE=release
26
27ENV CARGO_HOME="/cargo-home"25ENV CARGO_HOME="/cargo-home"
28ENV PATH="/cargo-home/bin:$PATH"26ENV PATH="/cargo-home/bin:$PATH"
2927
58WORKDIR /nft_parachain56WORKDIR /nft_parachain
5957
60COPY --from=chef /nft_parachain/recipe.json recipe.json58COPY --from=chef /nft_parachain/recipe.json recipe.json
59ARG PROFILE=release
61RUN cargo chef cook --release --recipe-path recipe.json60RUN cargo chef cook "--$PROFILE" --recipe-path recipe.json
6261
63COPY . .62COPY . .
64RUN cargo build "--$PROFILE"63RUN cargo build "--$PROFILE"