mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
7 lines
73 B
Bash
Executable File
7 lines
73 B
Bash
Executable File
#!/bin/sh
|
|
|
|
while true;
|
|
do
|
|
NODE_ENV='prod' node/bin/node server.js
|
|
done
|