demo/dockercompose/nexus/cmd.sh

5 lines
113 B
Bash

#!/bin/bash
# 启动nexus需要先给目录权限否则启动不了
mkdir nexus-data
chown -R 200:200 nexus-data