Improve the demo feature of the project
This commit is contained in:
3
services/external/Dockerfile
vendored
3
services/external/Dockerfile
vendored
@@ -28,8 +28,7 @@ COPY --from=shared /shared /app/shared
|
||||
# Copy application code
|
||||
COPY services/external/ .
|
||||
|
||||
# Copy scripts directory
|
||||
COPY scripts/ /app/scripts/
|
||||
|
||||
|
||||
# Add shared libraries to Python path
|
||||
ENV PYTHONPATH="/app:/app/shared:${PYTHONPATH:-}"
|
||||
|
||||
Reference in New Issue
Block a user