aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index bd940900..b862f256 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -68,5 +68,5 @@ RUN adduser infinitime
# Configure Git to accept the /sources directory as safe
RUN git config --global --add safe.directory /sources
-ENV SOURCES_DIR /sources
+ENV SOURCES_DIR=/sources
CMD ["/opt/build.sh"]