fix: rewrite init.sh - create config.php directly, fix envtemplate perms
Some checks failed
Docker Build & Push SugarCRM 6.5 CE / build-and-push (push) Failing after 1m6s

This commit is contained in:
root
2026-05-24 14:57:31 +02:00
parent 3d617b4220
commit 043e33e643
2 changed files with 132 additions and 71 deletions

View File

@@ -42,7 +42,7 @@ RUN docker-php-ext-configure imap --with-kerberos --with-imap-ssl && \
COPY config_override.php.pyt /usr/local/src/config_override.php.pyt
COPY envtemplate.py /usr/local/bin/envtemplate.py
COPY init.sh /usr/local/bin/init.sh
RUN chmod u+x /usr/local/bin/init.sh
RUN chmod +x /usr/local/bin/envtemplate.py /usr/local/bin/init.sh
# Cron
COPY crons.conf /root/crons.conf