Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d5f3efa

Browse filesBrowse files
committed
Refactor lines for artisan
Signed-off-by: solidnerd <niclas@mietz.io>
1 parent f934da2 commit d5f3efa
Copy full SHA for d5f3efa

File tree

Expand file treeCollapse file tree

1 file changed

+5
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-2
lines changed

‎docker-entrypoint.sh

Copy file name to clipboardExpand all lines: docker-entrypoint.sh
+5-2Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,14 +105,17 @@ fi
105105

106106
composer install
107107

108+
php artisan key:generate
109+
110+
php artisan migrate --force
111+
108112

109113
echo "Setting folder permissions for uploads"
110114
chown -R www-data:www-data public/uploads && chmod -R 775 public/uploads
111115
chown -R www-data:www-data storage/uploads && chmod -R 775 storage/uploads
112116

113-
echo "Clear Cache..."
114-
115117
php artisan cache:clear
118+
116119
php artisan view:clear
117120

118121
exec apache2-foreground

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.