-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove .env file creation #409
Conversation
1e2dced
to
8b233ae
Compare
3c6aa55
to
92f542d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM so far, looking forward to it!
Maybe also remove the php artisan generate key? Since now it won't go forward if the APP_KEY is not set.
✅
docker-entrypoint.sh
Outdated
fi | ||
fi | ||
# Ensure these is no local .env file | ||
[ -f ".env" ] && rm .env |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe instead of deleting it, having error out with a log message to something like "please migrate the .env values into your compose or docker run setup"
Just to avoid custom configs being lost.
Or at least my .env .env.bak
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That makes sense - I've adjusted this now.
Is there anything I can help with to complete this? |
8785db9
to
2bfe6aa
Compare
I've just updated the documentation change to reflect the changed version number, so as long as the automated tests pass I'll be merging this later on today. Thanks for the offer though! |
No description provided.