mirror of
https://git.cloudron.io/cloudron/gitea-app
synced 2025-09-01 07:14:58 +00:00
Create log directory
This commit is contained in:
@@ -7,7 +7,7 @@ RUN apt-get update && \
|
||||
ADD supervisor/ /etc/supervisor/conf.d/
|
||||
|
||||
ENV GOPATH /home/cloudron
|
||||
RUN mkdir -p /home/cloudron/gogs
|
||||
RUN mkdir -p /home/cloudron/gogs/log
|
||||
|
||||
## TODO: use redis as well
|
||||
RUN mkdir -p ${GOPATH}/src/github.com/gogits && \
|
||||
|
Reference in New Issue
Block a user