Create log directory

This commit is contained in:
Girish Ramakrishnan 2015-06-23 10:47:12 -07:00
parent f2c4d35630
commit 3978609185
1 changed files with 1 additions and 1 deletions

View File

@ -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 && \