Fix wrong variable

This commit is contained in:
2018-06-06 18:08:40 +02:00
parent d237d5653a
commit 69151ec931

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