commit | 9f87f3097125342817f376872aea1d16ad003964 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Tue Dec 13 18:11:10 2016 -0800 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Wed Dec 14 09:04:55 2016 -0800 |
tree | e835837d9878afc26f035a739db8e6a8fc839445 | |
parent | f6acdbe7966c62ca03aa40a24b25189ebcdde681 [diff] [blame] |
Created first CRUD view Change-Id: I3e7f3f36896921cce671c6a53e0155de9165eeb3
diff --git a/Dockerfile b/Dockerfile index e0551dd..72869a7 100644 --- a/Dockerfile +++ b/Dockerfile
@@ -10,7 +10,7 @@ # Install nodeJs RUN apt-get update -RUN apt-get install curl git -y +RUN apt-get install curl git bzip2 -y RUN curl -sL https://deb.nodesource.com/setup_4.x > install_node.sh RUN chmod a+x install_node.sh RUN ./install_node.sh