experius / SeoSnap

Server Side Rendering (SSR) for javascript applications
GNU General Public License v3.0
52 stars 12 forks source link

ERROR: Cannot locate specified Dockerfile: Dockerfile #1

Closed mRicooo closed 4 years ago

mRicooo commented 4 years ago

Hello,

I am trying to install your solution but after running this command docker-compose up --build -d && docker-compose down, I get this error ERROR: Cannot locate specified Dockerfile: Dockerfile

Is there something I forgot or the file is really missing ?

Thank you

egordm commented 4 years ago

Hey mRicooo,

Can you confirm you did recursive clone? git clone --recursive git@github.com:experius/SeoSnap.git Are there files in seosnap-cacheserver, seosnap-cachewarmer and seosnap-dashboard? If these folders are empty, you can run the following command to pull their contents: git submodule update --init --recursive After that docker-compose up should work.

mRicooo commented 4 years ago

Hey EgorDm

The server was doing weird things, I tried on an another one and It's working fine now. I can acces to the dashboard and start testing SeoSnap Ignore my issue :) and thanks for your time