mirror of
https://github.com/status-im/codimd.git
synced 2025-01-12 18:34:30 +00:00
1c5eaae51d
Signed-off-by: BoHong Li <raccoon@hackmd.io>
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
|