fix docker setup

This commit is contained in:
les
2021-07-01 10:56:12 +02:00
parent c42d5d4276
commit 11e026e099
5 changed files with 16 additions and 6 deletions

4
docs/docker/entrypoint.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
chown -R node:node /home/node
su node -c "$*"