gancio/docs/docker/entrypoint.sh
2021-07-01 12:20:30 +02:00

4 lines
59 B
Bash
Executable file

#!/bin/bash
chown -R node:node /home/node
su node -c "$*"