Browse Source

remove NPM install

content-update
4 years ago committed by Clément
parent
commit
af6c0d6de3
  1. 1
      js/tests/Dockerfile

1
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"]

Loading…
Cancel
Save