Files
DataMate/scripts/images/runtime/start.sh
hhhhsc701 b9b97c1ac2 Develop op (#35)
* refactor: enhance CleaningTaskService and related components with validation and repository updates
* feature: 支持算子上传创建
2025-10-30 17:17:00 +08:00

9 lines
125 B
Bash

#!/bin/bash
set -e
cp -r /opt/runtime/user/* /opt/runtime/datamate/ops/user
echo "Starting main application..."
exec "$@"