mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-05 15:20:30 +08:00
### What problem does this PR solve? bin directory cannot be copied to docker image introduced by ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@@ -212,13 +212,7 @@ COPY pyproject.toml uv.lock ./
|
||||
COPY mcp mcp
|
||||
COPY common common
|
||||
COPY memory memory
|
||||
|
||||
RUN if [ -d bin ]; then \
|
||||
cp -r bin ./; \
|
||||
echo "✓ bin copied"; \
|
||||
else \
|
||||
echo "✗ bin ignored"; \
|
||||
fi
|
||||
COPY bin bin
|
||||
|
||||
COPY docker/service_conf.yaml.template ./conf/service_conf.yaml.template
|
||||
COPY docker/entrypoint.sh ./
|
||||
|
||||
Reference in New Issue
Block a user