We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bc73ba commit 7b6ea28Copy full SHA for 7b6ea28
docker-entrypoint.sh
@@ -18,7 +18,7 @@ check_vars_exist() {
18
IFS=":" read -r DB_HOST_NAME DB_PORT <<< "$DB_HOST"
19
DB_PORT=${DB_PORT:-3306}
20
21
-# Ensure these is no local .env file
+# Ensure there is no local .env file
22
if [ -f ".env" ]; then
23
mv .env .env.bak
24
echoerr ".env file detected - moved to .env.bak"
0 commit comments