symlinks test

This commit is contained in:
jokob-sk
2025-01-11 08:41:08 +11:00
parent ec106120c0
commit 6734dfdc7a
3 changed files with 25 additions and 0 deletions

View File

@@ -111,3 +111,8 @@ LABEL \
####################
# 6 HealthcheckNOT #
####################
# # In the dockerfile Changing hard links if possible
# RUN for folder in config db; do \
# echo "Adapting hard links" && \
# grep -rl "/app/$folder" / 2>/dev/null | xargs sed -i "s|/app/$folder|/config/$folder|g"; \
# done