mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-06-29 15:31:05 +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:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -229,4 +229,5 @@ internal/cpp/cmake-build-debug/
|
|||||||
.trae/
|
.trae/
|
||||||
|
|
||||||
# Go server build output
|
# Go server build output
|
||||||
bin/
|
bin/*
|
||||||
|
!bin/.gitkeep
|
||||||
|
|||||||
@@ -212,13 +212,7 @@ COPY pyproject.toml uv.lock ./
|
|||||||
COPY mcp mcp
|
COPY mcp mcp
|
||||||
COPY common common
|
COPY common common
|
||||||
COPY memory memory
|
COPY memory memory
|
||||||
|
COPY bin bin
|
||||||
RUN if [ -d bin ]; then \
|
|
||||||
cp -r bin ./; \
|
|
||||||
echo "✓ bin copied"; \
|
|
||||||
else \
|
|
||||||
echo "✗ bin ignored"; \
|
|
||||||
fi
|
|
||||||
|
|
||||||
COPY docker/service_conf.yaml.template ./conf/service_conf.yaml.template
|
COPY docker/service_conf.yaml.template ./conf/service_conf.yaml.template
|
||||||
COPY docker/entrypoint.sh ./
|
COPY docker/entrypoint.sh ./
|
||||||
|
|||||||
0
bin/.gitkeep
Normal file
0
bin/.gitkeep
Normal file
Reference in New Issue
Block a user