We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 957669c commit 50dc5baCopy full SHA for 50dc5ba
1 file changed
lib/k8s/sandbox-manager.ts
@@ -730,7 +730,8 @@ echo "→ Copying Next.js project template from /opt/next-template..."
730
echo " Source: /opt/next-template"
731
echo " Target: /home/agent/next"
732
echo " This may take 30-60 seconds (copying ~200-300MB)..."
733
-cp -r /opt/next-template /home/agent/next
+mkdir -p /home/agent/next
734
+cp -r /opt/next-template/. /home/agent/next
735
736
# Verify copy was successful
737
if [ ! -d /home/agent/next ]; then
0 commit comments