Add directives folder
This commit is contained in:
parent
9c128182ab
commit
77bdcf893d
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Reference in a new issue