forked from cloudron-apps/gitea-app
Create log directory
This commit is contained in:
parent
f2c4d35630
commit
3978609185
1 changed files with 1 additions and 1 deletions
|
@ -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 && \
|
||||
|
|
Loading…
Reference in a new issue