Skip to content

Commit

Permalink
Base dockerfile working
Browse files Browse the repository at this point in the history
  • Loading branch information
ratabora committed Sep 5, 2017
1 parent f5f6e51 commit 90b02a6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM python:3.6.2
COPY ./requirements.txt /tmp/
COPY ./checkin.py /tmp/
WORKDIR /tmp/
RUN pip install -r requirements.txt

0 comments on commit 90b02a6

Please sign in to comment.