Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
add yarn to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
varex83 committed Nov 6, 2023
1 parent 9cacbda commit 2c5bfe9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions DockerfileRocket
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ RUN apt-get install -y curl \
apt-transport-https \
software-properties-common \
wget \
npm
npm \
yarn

# Installing grafana agent
RUN mkdir -p /etc/apt/keyrings/
Expand All @@ -41,7 +42,7 @@ ENV PATH="/root/.cargo/bin:${PATH}"
# Build the API service
WORKDIR /opt/app/api

RUN cd hardhat_env && npm install
RUN cd hardhat_env && yarn

RUN cargo build --release

Expand Down

0 comments on commit 2c5bfe9

Please sign in to comment.