I want to seed some data into the db before I run the test that depends on it
but for some reason I am getting error that the psql command is not found becuse it atached to the worng contaiiner how can I resolve it
the code is in the file
the error:
19 : ! process "docker-entrypoint.sh psql -U postgres -d bookstore_db -a -f /src/scripts/db/bookstore-schema.sql" did not complete successfully: exit code: 1
19 : [0.1s] | node:internal/modules/cjs/loader:1145
19 : [0.1s] | throw err;
19 : [0.1s] | ^
19 : [0.1s] |
19 : [0.1s] | Error: Cannot find module '/src/psql'