Skip to content
Snippets Groups Projects
Commit 53396f1e authored by yamadapc's avatar yamadapc
Browse files

Add node-4 dockerfile to debug

parent 485ea50d
No related branches found
No related tags found
No related merge requests found
.idea
.save
logs
*.log
npm-debug.log*
build/Release
node_modules
.tern-port
dist/steem-tests.min.js*
.tern-port
.envrc
dist
FROM node:4
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