1回答
- 新しい順
- 投票が多い順
- コメントが多い順
0
Hi,
Thought I never tried as it differs from typical supported flows (React, Angular, etc..) you can try advanced workflows: https://docs.amplify.aws/cli/usage/containers/#getting-started, which integrates Amplify with NodeJs-dockerized apps deployed in ECS Fargate.
Hope it helps
関連するコンテンツ
- AWS公式更新しました 2年前
this is what i've done. I've created a Dockerfile that installs php, httpd, npm, and all the necessary packages for laravel. I then use this as an ECR image to build on amplify. But it does not load php.
Does your container work locally?