UNCLASSIFIED - NO CUI

docker-entrypoint.sh not excutable cause image to fail on start

The docker-entrypoint.sh file is not an excutable and cause the image to fail on start as node.

Starting image as root then ls -ltr

[node@b7b1778f94c6 ~]$ ls -ltr /usr/local/bin/
total 77268
-rwxr-xr-x 1 root root 79114432 Jun  3 01:56 node
lrwxrwxrwx 1 root root       38 Jun  3 01:56 npx -> ../lib/node_modules/npm/bin/npx-cli.js
lrwxrwxrwx 1 root root       38 Jun  3 01:56 npm -> ../lib/node_modules/npm/bin/npm-cli.js
lrwxrwxrwx 1 root root       19 Jun  3 21:32 nodejs -> /usr/local/bin/node
lrwxrwxrwx 1 root root       29 Jun  3 21:32 yarnpkg -> /opt/yarn-v1.22.5/bin/yarnpkg
lrwxrwxrwx 1 root root       26 Jun  3 21:32 yarn -> /opt/yarn-v1.22.5/bin/yarn
-rw-rw-rw- 1 root root      116 Jun 22 09:16 docker-entrypoint.sh
Edited by Justin Lowry