Add automated docker hub builds
This commit is contained in:
parent
0626ecf415
commit
75bf2f5d45
1
.dockerignore
Normal file
1
.dockerignore
Normal file
@ -0,0 +1 @@
|
|||||||
|
**/.git
|
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
FROM mhart/alpine-node:latest
|
||||||
|
|
||||||
|
ADD . /eth-netstats
|
||||||
|
WORKDIR /eth-netstats
|
||||||
|
|
||||||
|
RUN npm install && npm install -g grunt-cli && grunt
|
||||||
|
|
||||||
|
EXPOSE 3000
|
||||||
|
CMD ["npm", "start"]
|
Loading…
Reference in New Issue
Block a user