Skip to content

Commit

Permalink
fix (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
angusgoody authored Aug 11, 2023
1 parent b64ed25 commit d951825
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ composer.lock
node_modules
.env
.git
.github
.github
public/images
3 changes: 3 additions & 0 deletions start_prod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Create .env file from environment variables
printenv | awk -F "=" 'NF==2 && $2 !~ /[\n\t ]/' > .env

# Ensure php-fpm runs in the web group
sed -i 's/^group =.*/group = web/' /usr/local/etc/php-fpm.d/www.conf

# Run our artisan commands
php artisan route:clear
php artisan config:clear
Expand Down

0 comments on commit d951825

Please sign in to comment.