From af6c0d6de3bb00d68d39e065eb19663e7555ef72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=81=A3?= <⁣> Date: Fri, 29 May 2020 16:04:35 +0200 Subject: [PATCH] remove NPM install --- js/tests/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/js/tests/Dockerfile b/js/tests/Dockerfile index 7418acd3..4ff5f665 100644 --- a/js/tests/Dockerfile +++ b/js/tests/Dockerfile @@ -4,5 +4,4 @@ ENV GIT_TERMINAL_PROMPT=0 RUN apk add --no-cache git WORKDIR /app COPY . . -RUN npm install ENTRYPOINT ["/bin/bash", "/app/entrypoint.sh"]