FROM openfrontier/gerrit:latest MAINTAINER xt COPY gerrit-create-user.sh /usr/local/bin/gerrit-create-user.sh COPY gerrit-upload-ssh-key.sh /usr/local/bin/gerrit-upload-ssh-key.sh COPY gerrit-init.nohup /docker-entrypoint-init.d/gerrit-init.nohup RUN chmod +x /usr/local/bin/*.sh /docker-entrypoint-init.d/gerrit-init.nohup