Skip to content

Commit

Permalink
remove debug echos
Browse files Browse the repository at this point in the history
  • Loading branch information
igiai committed Sep 15, 2023
1 parent 9e8f935 commit df0d9a3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ echo "run db migration"
# If Dockerfile is not run with docker-compose, DB_SOURCE env var is not defined, so we must extract env var values from the app.env
# file so that it can be used in the migrate step here
source /app/app.env
cat /app/app.env
echo "value:"
echo $DB_SOURCE
# When ran with dokcer-composee DB_SOURCE is defined in the docker-compose.yaml and the below command will later use its value
/app/migrate -path /app/migration -database "$DB_SOURCE" -verbose up

Expand Down

0 comments on commit df0d9a3

Please sign in to comment.