From d547c826e6e4f31ba769d9f7364b0550cfab60c3 Mon Sep 17 00:00:00 2001 From: kungfu-kenny Date: Thu, 13 Dec 2018 12:04:20 +0100 Subject: [PATCH] fixed the ENV and also removed the CELLS_VERSION env on the cells image --- tools/docker/cells/dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tools/docker/cells/dockerfile b/tools/docker/cells/dockerfile index 7600e52abb..b3c17846d5 100755 --- a/tools/docker/cells/dockerfile +++ b/tools/docker/cells/dockerfile @@ -19,9 +19,8 @@ ARG version WORKDIR /pydio -ENV CELLS_VERSION ${version} \ - CELLS_BIND localhost:8080 \ - CELLS_EXTERNAL localhost:8080 +ENV CELLS_BIND localhost:8080 +ENV CELLS_EXTERNAL localhost:8080 # Add necessary files COPY docker-entrypoint.sh /pydio/docker-entrypoint.sh