fix docker file permissions so 777 is no longer needed

This commit is contained in:
dousha
2022-05-21 13:25:59 +08:00
parent 2085dc5ed4
commit 942f17b2f4
2 changed files with 12 additions and 2 deletions

4
start-docker.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
chown -R node:node /home/node
su-exec node node ./src/www