Skip to content

Commit

Permalink
Merge pull request #2 from emdupre/master
Browse files Browse the repository at this point in the history
Small patches for testing environment
  • Loading branch information
emdupre authored Mar 15, 2018
2 parents 77c61d8 + 601bb7d commit 21dbf5c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM python:3

WORKDIR /usr/src/app

COPY requirements.txt ./
RUN pip install --no-cache-dir -r requirements.txt

COPY . .
File renamed without changes.

0 comments on commit 21dbf5c

Please sign in to comment.