From 70e916b6e15684e3e50d56c45bdab99d52d13472 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Thu, 1 Feb 2018 20:49:21 +0100 Subject: [PATCH] No need to change permission --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e2db648..3c4b826 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,6 @@ RUN mkdir -p "$JLS_PATH" "/data/registration" "/run/nginx" \ && echo "$JLS_SHA256 /tmp/lsi.zip" | sha256sum -c - | grep OK \ && unzip "/tmp/lsi.zip" -d "$JLS_PATH" \ && rm -f "/tmp/lsi.zip" \ - && find "$JLS_PATH" -type f -exec chmod 644 {} \; \ && chmod a+x "$JLS_PATH/bin/license-server.sh" \ && ln -sf "$JLS_PATH/bin/license-server.sh" "/usr/local/bin/license-server" \ && ln -sf "/data/registration" "/root/.jb-license-server" \