From a9d01af104bfd26ae68e742d5e3656e35d008ba2 Mon Sep 17 00:00:00 2001 From: Nick Couchman Date: Thu, 29 Mar 2018 04:32:06 -0400 Subject: [PATCH] GUACAMOLE-42: Run CMD so that ENV can be used. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3449f087..21b98d8b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -127,5 +127,5 @@ EXPOSE 4822 # Note the path here MUST correspond to the value specified in the # PREFIX_DIR build argument. # -CMD [ "/usr/local/guacamole/sbin/guacd", "-b", "0.0.0.0", "-L", "$GUACD_LOG_LEVEL", "-f" ] +CMD /usr/local/guacamole/sbin/guacd -b 0.0.0.0 -L $GUACD_LOG_LEVEL -f