DockerFile issues with AWS #4962
Unanswered
ala85
asked this question in
Troubleshooting
Replies: 1 comment
-
Dockerfile is building locally and in CI environment so moved this to troubleshooting. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What happened?
When building Docker image to host on AWS as following:
docker buildx build --progress=plain --platform linux/amd64 -f Dockerfile -t ACCOUNT.dkr.ecr.eu-north-1.amazonaws.com/app:1.0.0 .
there are issues as Cannot find module 'rollup' and similar. Those dependencies are listed as dev dependencies in data-provider json.
Steps to Reproduce
Workaround is to have those as dependencies in data-provider JSON, but feels not proper solution
What browsers are you seeing the problem on?
No response
Relevant log output
No response
Screenshots
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions