You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,10 +97,9 @@ pnpm start
97
97
98
98
You can build and run the application using Docker:
99
99
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.
0 commit comments