#!/bin/sh set -ex # Common bootstrap for a nexus application in a container. adduser nexus --system --group -u 1000 chown -R nexus:nexus /app