6 lines
92 B
Bash
6 lines
92 B
Bash
#!/bin/bash
|
|
|
|
echo "Starting Nebula in production mode..."
|
|
|
|
SERVER_MODE=prod ./nebula-server
|