docs: include regular env file on wrap-up (#3523)

This commit is contained in:
Reinaldy Rafli 2025-01-13 03:00:52 +07:00 committed by GitHub
parent f97a5e2390
commit b439c67e17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@ else
echo "You're all done! Run the following command to get Sentry running:"
echo ""
if [[ "${_ENV}" =~ ".env.custom" ]]; then
echo " $dc_base --env-file ${_ENV} up --wait"
echo " $dc_base --env-file .env --env-file ${_ENV} up --wait"
else
echo " $dc_base up --wait"
fi