You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Dockerfile: Add Dockerfile with standalone output for Next.js server.
- next.config.js: Enable standalone output for efficient Docker builds.
- package.json: Update `postinstall` script to conditionally install Husky.
- ci.yml: Add new CI/CD pipeline for building and deploying to Amazon ECR.
Related issue: YJU-OKURA#36
* Dockerfile:
- Add `python3`, `make`, and `g++` dependencies for `canvas` module.
- Update `yarn install` step to include Python dependencies.
* ci.yml:
- Correct ECR region to `ap-northeast-2`.
Related issue: YJU-OKURA#36
📝 Issueの概要
このIssueは、Next.jsを使用したフロントエンド開発におけるCI(継続的インテグレーション)プロセスの構築を目的としています。GitHub Actionsを使用してDockerイメージの自動ビルドとDocker Hubへのプッシュを行うプロセスの設定を行います。
📚 背景情報
プロジェクトのフロントエンド部分はNext.jsで構築されており、CIプロセスの自動化により、開発の効率性とコードの品質を向上させることが期待されます。
📋 具体的な作業内容
Dockerfile
の作成と設定。ci.yml
)の作成。📎 関連するIssueやドキュメント
🖼️ 参考スクリーンショットや図
🔄 Issueの進行状況
Dockerfile
作成ci.yml
)の作成The text was updated successfully, but these errors were encountered: