Removing run_vault.sh reference
This commit is contained in:
parent
4e769e5591
commit
c4a458c352
|
|
@ -40,7 +40,6 @@ ADD app/config/database.php /var/www/cmc-sales/app/config/database.php
|
|||
RUN mkdir /var/www/cmc-sales/app/tmp
|
||||
RUN mkdir /var/www/cmc-sales/app/tmp/logs
|
||||
RUN chmod -R 755 /var/www/cmc-sales/app/tmp
|
||||
RUN chmod +x /var/www/cmc-sales/run_vault.sh
|
||||
|
||||
# Ensure CakePHP tmp directory is writable by web server
|
||||
RUN chmod -R 777 /var/www/cmc-sales/app/tmp
|
||||
|
|
|
|||
|
|
@ -59,7 +59,6 @@ ADD app/config/database_stg.php /var/www/cmc-sales/app/config/database.php
|
|||
RUN mkdir -p /var/www/cmc-sales/app/tmp
|
||||
RUN mkdir -p /var/www/cmc-sales/app/tmp/logs
|
||||
RUN chmod -R 755 /var/www/cmc-sales/app/tmp
|
||||
RUN chmod +x /var/www/cmc-sales/run_vault.sh
|
||||
|
||||
# Ensure CakePHP tmp directory is writable by web server
|
||||
RUN chmod -R 777 /var/www/cmc-sales/app/tmp
|
||||
|
|
|
|||
Loading…
Reference in a new issue