mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2026-02-04 21:27:10 +01:00
fixes for cron
This commit is contained in:
@@ -84,7 +84,6 @@ fi
|
|||||||
|
|
||||||
# Set permission for web server to create/update files
|
# Set permission for web server to create/update files
|
||||||
chown -R invoiceninja:www-data /var/www/app/storage /var/www/app/public /var/www/app/bootstrap
|
chown -R invoiceninja:www-data /var/www/app/storage /var/www/app/public /var/www/app/bootstrap
|
||||||
chmod +x /usr/local/bin/cron.sh
|
|
||||||
|
|
||||||
# Initialize values that might be stored in a file
|
# Initialize values that might be stored in a file
|
||||||
file_env 'APP_KEY'
|
file_env 'APP_KEY'
|
||||||
|
|||||||
Reference in New Issue
Block a user