Aquila-Network/aquila

docker command not working

Closed this issue · 2 comments

I was trying to install AquilaDB using the docker file. I tried the following command

docker build -t ammaorg/aquiladb:latest .

It was showing the following error

unable to prepare context: unable to evaluate symlinks in Dockerfile path

Check docker file is present in the current directory

@sreelekshmyselvin Thanks for reporting the issue. Please specify the dockerfile with -f <Dockerfile name>. I also have updated the README file with the correct command.