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 2c5bfe9 commit be4a79a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DockerfileRocket
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit be4a79a

Please sign in to comment.