diff options
-rw-r--r-- | rulemgt-standalone/src/main/assembly/Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rulemgt-standalone/src/main/assembly/Dockerfile b/rulemgt-standalone/src/main/assembly/Dockerfile index 2ba522c..7d02c68 100644 --- a/rulemgt-standalone/src/main/assembly/Dockerfile +++ b/rulemgt-standalone/src/main/assembly/Dockerfile @@ -45,7 +45,6 @@ RUN { \ && apk add --no-cache nss \ #add the frontend pacakge to the docker images && rm /etc/nginx/conf.d/default.conf \ - && mkdir -p /etc/ssl/certs/ \ && chmod -R 777 /usr/local/openresty/nginx/ \ #switch the user to holmes && addgroup -S holmes && adduser -S -G holmes holmes \ |