remove package.json and yarn.lock from Docker image after install
This commit is contained in:
parent
d8658d905a
commit
639741fe8e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Reference in a new issue