Skip to content

Commit

Permalink
ci(docker): trame-user ownership fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain authored Sep 18, 2024
1 parent c91bcbb commit 2876cbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/scripts/runtime_patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ then
# Run chown on all trame-user directories/files
chown -R trame-user:trame-user /opt/trame
chown trame-user:proxy-mapping /opt/trame/proxy-mapping.txt
find /deploy -exec chown trame-user:trame-user {} \;
chown -R trame-user:trame-user /deploy
fi

Expand Down

0 comments on commit 2876cbd

Please sign in to comment.