remove package.json and yarn.lock from Docker image after install

This commit is contained in:
alecmerdler 2017-03-16 15:45:57 -07:00
parent d8658d905a
commit 639741fe8e

View file

@ -163,6 +163,7 @@ RUN rm -rf /usr/local/lib/node_modules
RUN rm -rf /root/node_modules
RUN rm -rf /node_modules
RUN rm -rf /grunt
RUN rm package.json yarn.lock
# Run the tests
ENV RUN_ACI_TESTS False