Skip to content

Commit c42423d

Browse files
committed
chore: Jump
1 parent e5a7d5b commit c42423d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Postgres data:
1414
1. `make postgres` - start up the postgres container
1515
2. `curl -O https://storage.googleapis.com/berkeleytime/public/bt_seed.sql.gz` - download the database as a GZip file
1616
3. `gzip -d bt_seed.sql.gz` - unzip this file
17-
4. `cat bt_seed.sql | docker exec -i bt_postgres psql -U bt -d bt_main` - see Postgres container with the data.
17+
4. `cat bt_seed.sql | docker exec -i bt_postgres psql -U bt -d bt_main` - see Postgres container with the data
1818

1919
Before starting the server, make sure the `DATABASE_URL` entry in your `.env.dev` is `postgres://bt:bt@postgres:5432/bt_main` so that the backend connects to the local DB.
2020

0 commit comments

Comments
 (0)