tools/scripts/portalDocker/run.sh

6 lines
70 B
Bash
Executable File

#!/bin/bash
dir=$(pwd)
cd /data
mongod &
cd $dir
node server/Server.js