docker-compose build
docker-compose up -d
docker exec -it gemmini-ai-custom-function yarn initenv
- コンテナに入る
docker exec -it gemmini-ai-custom-function bash
- 以下のコマンドを実行します。
clasp login- コマンド実行後に表示されたURLにアクセスしgoogleログインします。
- ログイン後、リダイレクトされたURLをコピーします。
- 別のターミナルでコンテナの中に入り、curlコマンドでリダイレクトされたURLにアクセスします。
curl http://localhost:xxxx/?code=xxxclasp create --type sheets/usr/src/app/dist
yarn buildyarn deploy