Skip to content

Commit

Permalink
fx image path.
Browse files Browse the repository at this point in the history
  • Loading branch information
azep-ninja committed Jan 10, 2025
1 parent b85f3ed commit 85bb7a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ RUN mkdir -p characters && \

# CMD that fetches and runs the entrypoint script
CMD sh -c 'echo "Fetching latest container entrypoint script..." && \
gsutil cp "gs://${AGENTS_BUCKET_NAME}/${DEPLOYMENT_ID}/_project-files/container-entrypoint.sh" /app/container-entrypoint.sh && \
gsutil cp "gs://${AGENTS_BUCKET_NAME}/_project-files/container-entrypoint.sh" /app/container-entrypoint.sh && \
chmod +x /app/container-entrypoint.sh && \
/app/container-entrypoint.sh'

0 comments on commit 85bb7a2

Please sign in to comment.