Skip to content

Commit 7b6ea28

Browse files
committed
Fix typo in Dockerfile
1 parent 7bc73ba commit 7b6ea28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ check_vars_exist() {
1818
IFS=":" read -r DB_HOST_NAME DB_PORT <<< "$DB_HOST"
1919
DB_PORT=${DB_PORT:-3306}
2020

21-
# Ensure these is no local .env file
21+
# Ensure there is no local .env file
2222
if [ -f ".env" ]; then
2323
mv .env .env.bak
2424
echoerr ".env file detected - moved to .env.bak"

0 commit comments

Comments
 (0)