Skip to content

Commit

Permalink
Fix typo in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rjhenry committed Jul 20, 2023
1 parent 7bc73ba commit 7b6ea28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Expand Up @@ -18,7 +18,7 @@ check_vars_exist() {
IFS=":" read -r DB_HOST_NAME DB_PORT <<< "$DB_HOST"
DB_PORT=${DB_PORT:-3306}

# Ensure these is no local .env file
# Ensure there is no local .env file
if [ -f ".env" ]; then
mv .env .env.bak
echoerr ".env file detected - moved to .env.bak"
Expand Down

0 comments on commit 7b6ea28

Please sign in to comment.