bonapa1856 said about 3 years ago on Deploying to Amazon Linux 2 :
  Your rails ver is 6.1.3 and my rails app is 5.2.0. By setting Rails_SKIP_MIGRATION = true I no more get asset precompile error.
Also, it doesn't show root behind config folder . I'm a IAM user is that an issue?
or.

-sh-4.2$ cd .bundle/
-sh-4.2$ ls
config
-sh-4.2$ ls -lh
total 4.0K
-rw-r--r-- 1 webapp webapp 94 Mar  3 07:58 config
-sh-4.2$ cat config 
---
BUNDLE_DEPLOYMENT: "true"
BUNDLE_PATH: "vendor/bundle"
BUNDLE_WITHOUT: "test:development"
-sh-4.2$