No need to change permission

This commit is contained in:
CrazyMax 2018-02-01 20:49:21 +01:00
parent af94b01c28
commit 70e916b6e1

View File

@ -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" \