Skip to content
Snippets Groups Projects
Commit 15d4fdcf authored by yamadapc's avatar yamadapc
Browse files

Add node-6.dockerfile to debug

parent 53396f1e
No related branches found
No related tags found
No related merge requests found
FROM node:6
ADD ./package.json /steemjs/package.json
WORKDIR /steemjs
RUN npm install
ADD . /steemjs
RUN npm test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment