Initial commit
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
if [ -d /icons ]; then
|
||||
cp /app/public/icon-512.png /icons/enkelbudget.png
|
||||
fi
|
||||
exec node server.js
|
||||
Reference in New Issue
Block a user