From 882dd632e5e63fcda98cb567a5150e4f38f6f4c2 Mon Sep 17 00:00:00 2001 From: Mark Hermeling Date: Thu, 1 Apr 2021 16:39:50 +0000 Subject: [PATCH] Remove default pwd --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index de27b22..bf33b23 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"] -- GitLab