Aditya Vikram Singh

Results 3 comments of Aditya Vikram Singh

Tried running it locally on Docker, and it's working fine. There seems to be an issue with the deployed Vercel app making too many requests perhaps

In the cloned repository, just run a Docker container like: ``` $ docker build . -t toofake $ docker run -p 3000:3000 toofake ``` Then, you can access TooFake on...

> After I run step 3 I get `ERROR: failed to solve: failed to read dockerfile: open Dockerfile: no such file or directory` Any tips on how to move forward?...