Fix wrong variable

This commit is contained in:
Julian Ospald 2018-06-06 18:08:40 +02:00
parent d237d5653a
commit 69151ec931
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ COPY config/sshd_config /etc/ssh/sshd_config
# Prepare data
ENV GITEA_CUSTOM /data/gitea
RUN echo "export GOGS_CUSTOM=/data/gitea" >> /etc/profile
RUN echo "export GITEA_CUSTOM=/data/gitea" >> /etc/profile
RUN chown -R redis /var/log/redis
RUN sed -i -e 's/daemonize yes/daemonize no/' /etc/redis.conf