Skip to content
Snippets Groups Projects
bootstrap-app-dir.sh 142 B
Newer Older
#!/bin/sh
set -ex
# Common bootstrap for a nexus application in a container.
adduser nexus --system --group -u 1000
chown -R nexus:nexus /app