diff --git a/Dockerfile b/Dockerfile index de27b22c4165c5a2b265a9ab9a2e26141a99927e..bf33b23d65953319a17f495305272ace917a4bda 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,8 +7,6 @@ ARG BASE_TAG=8.3 #change this for deployment!!! FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} - -RUN HUB_DEFAULT_PWD=$(echo date +%s | sha256sum | base64 | head -c 32) RUN yum -y update \ @@ -83,4 +81,4 @@ USER codesonar WORKDIR /home/codesonar EXPOSE 7340/tcp -CMD ["sh", "-c", "/opt/codesonar-exec.sh $HUB_DEFAULT_PWD"] +CMD ["sh", "-c", "/opt/codesonar-exec.sh"]