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
Some checks failed
Docker Build & Push SugarCRM 6.5 CE / build-and-push (push) Failing after 1m6s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user