mirror of
https://github.com/status-im/codimd.git
synced 2025-02-09 22:53:33 +00:00
6 lines
90 B
Bash
Executable File
6 lines
90 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -euo pipefail
|
|
|
|
CMD_DB_URL="$DATABASE_URL" CMD_PORT="$PORT" npm run start
|