Skip to content

Commit 3bd8c61

Browse files
committed
docs: change docker dev setup directions
1 parent 2aa826b commit 3bd8c61

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,9 @@ pnpm start
9797

9898
You can build and run the application using Docker:
9999

100-
```bash
101-
# Build the Docker image
102-
pnpm docker:build
100+
Ensure your DATABASE_URL is set to `postgresql://pubkey-protocol-demo:pubkey-protocol-demo@postgres:5432/pubkey-protocol-demo?schema=public` in your .env file or it will not work.
103101

102+
```bash
104103
# Run the Docker container
105104
pnpm docker:run
106105
```

0 commit comments

Comments
 (0)