Skip to content

Commit

Permalink
Add Dockerfile
Browse files Browse the repository at this point in the history
`docker run -it --rm -v $(pwd):/cwd retro latest`
  • Loading branch information
tooky committed Aug 4, 2020
1 parent 0e3c134 commit 98cff68
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM alpine:3.7
RUN apk add bash
ADD ./src /usr/local/bin/retro-tools
ENV PATH /usr/local/bin/retro-tools:$PATH
VOLUME /cwd
WORKDIR /cwd
ENTRYPOINT ["retro"]

0 comments on commit 98cff68

Please sign in to comment.