We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e304db0 commit 3b1a686Copy full SHA for 3b1a686
files/startup.sh
@@ -83,4 +83,7 @@ TOKEN=$(aws ecr get-login --no-include-email | awk '{print $6}')
83
AUTH_N=$(echo AWS:${TOKEN} | base64 |tr -d "[:space:]")
84
sed -i "s|${AUTH%??}|${AUTH_N}|g" $CONFIG
85
86
+# make sure cache directory has correct ownership
87
+chown -R nginx:nginx /cache
88
+
89
exec "$@"
0 commit comments