From be4a79a3d90645d1380c0a9bb710cced2eaf551a Mon Sep 17 00:00:00 2001 From: Bohdan Ohorodnii Date: Mon, 6 Nov 2023 13:21:04 +0200 Subject: [PATCH] add yarn to dockerfile --- DockerfileRocket | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DockerfileRocket b/DockerfileRocket index 39e04799..dc7d1443 100644 --- a/DockerfileRocket +++ b/DockerfileRocket @@ -42,7 +42,7 @@ ENV PATH="/root/.cargo/bin:${PATH}" # Build the API service WORKDIR /opt/app/api -RUN cd hardhat_env && yarn +RUN cd hardhat_env && yarn install RUN cargo build --release