Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
Add dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pbnj committed Oct 24, 2017
1 parent 1928547 commit 870f9f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
@@ -0,0 +1,5 @@
# docker run --rm -it -v $HOME/.assumer.json:/root/.assumer.json petermbenjamin/assumer
FROM node:8-slim
LABEL maintainer "Peter Benjamin"
RUN npm i -g assumer-cli
ENTRYPOINT [ "assumer" ]

0 comments on commit 870f9f2

Please sign in to comment.