From c4b28518446a47ebfa72245c8fc5f496ab289c43 Mon Sep 17 00:00:00 2001 From: Dwi Siswanto Date: Thu, 16 Jun 2022 11:47:29 +0700 Subject: [PATCH] Remove unused code --- Dockerfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index d2f6667..e97c6b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,11 +10,6 @@ LABEL repository="https://github.com/kitabisa/sonarqube-action" LABEL homepage="https://kitabisa.github.io" LABEL maintainer="dwisiswant0" - -ENV NODE_PATH "/usr/lib/node_modules/" - COPY entrypoint.sh /entrypoint.sh - RUN chmod +x /entrypoint.sh - ENTRYPOINT ["/entrypoint.sh"]