mirror of
https://github.com/bitnami/containers.git
synced 2026-03-12 14:57:54 +08:00
Adding tmp test app
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user