Add robots.txt and update the sitemap.

This commit is contained in:
jakedt 2014-04-21 19:46:00 -04:00
parent db70175a9f
commit 9b3f61e410
4 changed files with 21 additions and 5 deletions

View file

@ -43,7 +43,6 @@ ADD screenshots screenshots
ADD static static
ADD storage storage
ADD templates templates
ADD test test
ADD util util
ADD workers workers
@ -61,6 +60,8 @@ ADD conf/init/webhookworker.sh /etc/service/webhookworker/run
RUN cd grunt && npm install
RUN cd grunt && grunt
# Add the tests last because they're prone to accidental changes, then run them
ADD test test
RUN TEST=true venv/bin/python -m unittest discover
RUN rm -rf /conf/stack