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 官方已更新 8 个月前
- 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?