This commit is contained in:
qiaofeng1227 2023-09-26 14:09:13 +08:00
parent 83a8388234
commit f0cfb0f5cc
2 changed files with 0 additions and 2 deletions

View File

@ -3,5 +3,4 @@ FROM gitea/gitea:1.20.4
LABEL maintainer="Websoft9<help@websoft9.com>"
LABEL version="1.20.4"
COPY ./src/s6/user /etc/s6/user
RUN chmod -R 755 /etc/s6/user

View File

@ -1,7 +1,6 @@
#!/bin/bash
echo "start create user shell" >> /tmp/user
s6-svc -D /etc/s6/user
set -e
# Confirm gitea is running