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