Adding tmp test app

This commit is contained in:
Miguel Martinez
2016-06-17 12:20:53 -07:00
parent 9b835ee6b3
commit 07bca1af5c

View File

@@ -42,7 +42,7 @@ USER bitnami
# This will add an specific version of Express that will validate the package.json requirement
# so we will not download any other version
# It also generates the cache in ~/.npm
RUN mkdir /tmp/test_app && cd /tmp/test_app &&\
RUN sudo mkdir /tmp/test_app && cd /tmp/test_app &&\
npm install express@4.13.4 &&\
express -f . && npm install && sudo rm -rf /tmp/npm* /tmp/test_app