projects
/
discourse_docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b73fae
)
Add eslint to test image
author
Robin Ward
<robin.ward@gmail.com>
Thu, 13 Aug 2015 18:49:16 +0000
(14:49 -0400)
committer
Robin Ward
<robin.ward@gmail.com>
Thu, 13 Aug 2015 18:49:16 +0000
(14:49 -0400)
image/discourse_test/Dockerfile
patch
|
blob
|
blame
|
history
diff --git
a/image/discourse_test/Dockerfile
b/image/discourse_test/Dockerfile
index a91ff7958a5464fb3e2070d2597b2320fc4f8eae..ea606caf1592df62a6320fd369ed05c11593c3f4 100644
(file)
--- 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