mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 16:56:22 +02:00
7 lines
70 B
Bash
7 lines
70 B
Bash
|
|
#!/bin/sh
|
||
|
|
set -e
|
||
|
|
|
||
|
|
node /app/docker-entrypoint.js
|
||
|
|
|
||
|
|
exec node server.js
|