Skip to content

Commit

Permalink
chore: fix Dockerfile of godwoken-web3
Browse files Browse the repository at this point in the history
  • Loading branch information
Flouse committed Oct 25, 2023
1 parent 3e40d5c commit 8bb5f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt-get update \
&& apt-get dist-upgrade -y \
&& apt-get install curl -y \
&& apt-get install jq -y \
&& rm -rf /var/lib/apt/lists/*
&& rm -rf /var/lib/apt/lists/* \
&& echo "Finished installing dependencies"
RUN cd /godwoken-web3 && yarn && yarn build

Expand Down

0 comments on commit 8bb5f1f

Please sign in to comment.