From 69151ec93125624d0e28f75e54bdb2684d9f8a41 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Wed, 6 Jun 2018 18:08:40 +0200 Subject: [PATCH] Fix wrong variable --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6dc1a4e..4b16ee5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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