You've already forked DataMate
* refactor: enhance CleaningTaskService and related components with validation and repository updates * feature: 支持算子上传创建
9 lines
125 B
Bash
9 lines
125 B
Bash
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
cp -r /opt/runtime/user/* /opt/runtime/datamate/ops/user
|
|
|
|
echo "Starting main application..."
|
|
exec "$@"
|