Replies: 1 comment
-
@rakpawel Can you share a small reproducible example ? The build should work fine with React and Vite, we even have an example dApp here. Maybe try to restart your docker server or delete the current one and create a new one ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I'm trying to use Rainbowkit in my frontend application and my Docker images stopped building after adding it to my dependencies. I'm using Vite and React, my Dockerfile is quite straightforward.
After adding Rainbowkit
docker build
no longer works, because it says that I have to have python installed on my build (which I'd rather avoid) - is it necessary to install python to have Rainbowkit working on Docker?error message:
Beta Was this translation helpful? Give feedback.
All reactions