From 2f53fc78b67b29df496aca6491de8b7e77e582a3 Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Tue, 3 Jan 2023 02:41:51 +0900 Subject: [PATCH] Remove unnecessary trick --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1c211321..cfd52f1d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,8 +20,6 @@ RUN chmod a+x ./wasm-deps.sh && sleep 1 && ./wasm-deps.sh WORKDIR /app COPY . . -RUN echo nightly-2022-07-19 > rust-toolchain - RUN cargo install wasm-pack RUN chmod a+x ./script/plume-front.sh && sleep 1 && ./script/plume-front.sh RUN cargo install --path ./ --force --no-default-features --features postgres