mirror of https://github.com/status-im/codimd.git
6 lines
90 B
Bash
6 lines
90 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -euo pipefail
|
||
|
|
||
|
CMD_DB_URL="$DATABASE_URL" CMD_PORT="$PORT" npm run start
|