From 540daa3a495a6d6f63298de1edd99b2604e9b95a Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Tue, 5 Sep 2023 23:07:56 +0300 Subject: [PATCH] Ignore permission changes and skip compile if not needed --- docker/php-fpm/start-container | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker/php-fpm/start-container b/docker/php-fpm/start-container index 60c1dcee..49786216 100644 --- a/docker/php-fpm/start-container +++ b/docker/php-fpm/start-container @@ -1,5 +1,8 @@ #!/bin/bash +echo "➜ Ignore Permission Changes" +git config core.fileMode false + echo "➜ Set Correct Permissions" chmod -R 777 storage