Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
azep-ninja committed Jan 2, 2025
1 parent fa50d6d commit 3dc5720
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ CMD sh -c '\
env | grep -E "AGENTS_BUCKET_NAME|DEPLOYMENT_ID" && \
echo "Debug: Checking bucket contents:" && \
gsutil ls "gs://${AGENTS_BUCKET_NAME}/${DEPLOYMENT_ID}/" && \
echo "Debug: Checking bucket knowledge contents:" && \
gsutil ls "gs://${AGENTS_BUCKET_NAME}/${DEPLOYMENT_ID}/knowledge" && \
echo "Debug: Copying initial character files..." && \
gsutil -m cp "gs://${AGENTS_BUCKET_NAME}/${DEPLOYMENT_ID}/*.character.json" /app/characters/ || true && \
echo "Debug: Files in /app/characters after copy:" && \
Expand Down

0 comments on commit 3dc5720

Please sign in to comment.