mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-28 02:23:53 +02:00
feat: add Docker configuration files and installation script for SurfSense
This commit is contained in:
parent
0fb6caa01f
commit
ce1f8c872f
11 changed files with 762 additions and 98 deletions
6
surfsense_web/docker-entrypoint.sh
Normal file
6
surfsense_web/docker-entrypoint.sh
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
node /app/docker-entrypoint.js
|
||||
|
||||
exec node server.js
|
||||
Loading…
Add table
Add a link
Reference in a new issue