From: Robin Ward Date: Thu, 13 Aug 2015 18:49:16 +0000 (-0400) Subject: Add eslint to test image X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=9b102d5934b602d59863c7236286a65b3b21687a;p=discourse_docker.git Add eslint to test image --- diff --git a/image/discourse_test/Dockerfile b/image/discourse_test/Dockerfile index a91ff79..ea606ca 100644 --- a/image/discourse_test/Dockerfile +++ b/image/discourse_test/Dockerfile @@ -10,6 +10,8 @@ RUN use_22 &&\ sudo -u discourse bundle install --standalone &&\ chown -R discourse /var/run/postgresql +RUN npm install -g eslint babel-eslint + WORKDIR /var/www/discourse ENV LANG en_US.UTF-8 ENTRYPOINT sudo -E -u discourse ruby script/docker_test.rb