mirror of
https://git.cloudron.io/cloudron/gitea-app.git
synced 2025-06-21 10:38:48 +00:00
rebuild
This commit is contained in:
parent
599c37fff9
commit
606354ca83
1 changed files with 3 additions and 3 deletions
|
@ -31,10 +31,10 @@ ADD app.ini.template /home/git/app.ini.template
|
|||
RUN mkdir -p /run/gitea && chown -R git:git /run/gitea
|
||||
RUN sed -e 's,^logfile=.*$,logfile=/run/gitea/supervisord.log,' -i /etc/supervisor/supervisord.conf
|
||||
|
||||
RUN ln -s /app/data/ssh /home/git/.ssh
|
||||
RUN ln -s /app/data/gitconfig /home/git/.gitconfig
|
||||
RUN ln -s /app/data/ssh /home/git/.ssh && \
|
||||
ln -s /app/data/gitconfig /home/git/.gitconfig
|
||||
|
||||
ADD start.sh /home/git/start.sh
|
||||
COPY start.sh /home/git/
|
||||
|
||||
COPY sshd_config /etc/ssh/sshd_config
|
||||
|
||||
|
|
Loading…
Reference in a new issue