Skip to content

Commit

Permalink
Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
barrysteyn committed Dec 4, 2017
1 parent 48de365 commit f116fb5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM python:3.6-alpine
WORKDIR /usr/src/app
COPY ./ /usr/src/app
RUN pip install -e .
WORKDIR numismatic
CMD coin list

0 comments on commit f116fb5

Please sign in to comment.