Skip to content

Commit

Permalink
Adds basic Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dleehr committed Feb 4, 2019
1 parent 06d72d4 commit 4c7b3cc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .dockerignore
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM python:3.6
LABEL maintainer="dan.leehr@duke.edu"

RUN mkdir -p /app
COPY . /app
RUN pip install /app

CMD ["calrissian"]

0 comments on commit 4c7b3cc

Please sign in to comment.