Browse Source

remove squash test in nodejs.dockerfile

Nate Brady 6 years ago
parent
commit
b4b32554af

+ 0 - 11
frameworks/JavaScript/nodejs/mitol.dockerfile

@@ -1,11 +0,0 @@
-FROM node:10.12.0
-
-COPY ./ ./
-
-RUN apt install -yqq wget
-RUN npm install
-RUN mkdir -p node_modules/mns & mkdir -p tmp
-RUN wget -q https://github.com/Helidium/Mitol/archive/v0.0.1.tar.gz -P tmp
-RUN tar -xzvf tmp/v0.0.1.tar.gz -C tmp
-RUN make -C tmp/Mitol-0.0.1/node
-RUN cp tmp/Mitol-0.0.1/node/dist/* node_modules/mns

+ 0 - 2
frameworks/JavaScript/nodejs/nodejs.dockerfile

@@ -4,8 +4,6 @@ ARG TFB_TEST_NAME
 
 COPY ./ ./
 
-RUN echo "hello world" && echo "hello world" && echo "hello world" && echo "hello world" && echo "hello world" && echo "hello world"
-
 RUN npm install
 
 CMD ["node", "app.js"]