summaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index a06681f2..071acc6f 100755
--- a/install.sh
+++ b/install.sh
@@ -1,6 +1,8 @@
#!/bin/sh
set -e
+export DATABASE_URL=postgres://rrr:rrr@localhost/rrr
+
cd ui
yarn
yarn build