mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-23 17:40:35 +08:00
gitea
This commit is contained in:
parent
83a8388234
commit
f0cfb0f5cc
@ -3,5 +3,4 @@ FROM gitea/gitea:1.20.4
|
|||||||
LABEL maintainer="Websoft9<help@websoft9.com>"
|
LABEL maintainer="Websoft9<help@websoft9.com>"
|
||||||
LABEL version="1.20.4"
|
LABEL version="1.20.4"
|
||||||
COPY ./src/s6/user /etc/s6/user
|
COPY ./src/s6/user /etc/s6/user
|
||||||
|
|
||||||
RUN chmod -R 755 /etc/s6/user
|
RUN chmod -R 755 /etc/s6/user
|
@ -1,7 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
echo "start create user shell" >> /tmp/user
|
echo "start create user shell" >> /tmp/user
|
||||||
s6-svc -D /etc/s6/user
|
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
# Confirm gitea is running
|
# Confirm gitea is running
|
||||||
|
Loading…
Reference in New Issue
Block a user