Add directives folder

This commit is contained in:
Ian Minoso 2016-10-24 16:00:17 -04:00
parent 9c128182ab
commit 77bdcf893d

View file

@ -91,6 +91,7 @@ RUN cd grunt && npm install
# Run grunt
RUN cd grunt && grunt
ADD static/js/directives static/dist
RUN apt-get remove -y --auto-remove python-dev g++ libjpeg62-dev libevent-dev libldap2-dev libsasl2-dev libpq-dev libffi-dev libgpgme11-dev nodejs npm
RUN apt-get autoremove -y