project-ryoma / ryoma

Common AI agent framework solving your data problems
https://www.project-ryoma.com
Apache License 2.0
136 stars 29 forks source link

Error in docker-build in Makefile #617

Open liwuhen opened 2 weeks ago

liwuhen commented 2 weeks ago

🐛 Bug Report

Error in docker-build in Makefile, problem is wrong path to Dockerfile file.

🔬 How To Reproduce

Steps to reproduce the behavior:

  1. For example, run the make docker-build command in a shell environment.

Code sample

$ make docker-build

Environment

Screenshots

image

📈 Expected behavior

📎 Additional context

I think you can create a new named docker folder and then configure the Dockerfile path in the makefile.

liwuhen commented 2 weeks ago

Can you assign this problem to me? I can fix it.