uptime / entrypoint.sh
focusprogram's picture
Create entrypoint.sh
01e821b verified
raw
history blame
48 Bytes
#!/bin/sh
chown -R node:node /app/data
exec "$@"