Files
Web_Projekt_Template/start.sh

4 lines
53 B
Bash

#!/bin/sh
nginx -g "daemon off;"&
node /app/index.js