Skip to content

Commit

Permalink
Add django integration
Browse files Browse the repository at this point in the history
  • Loading branch information
rymccue committed Mar 27, 2017
1 parent 151cea8 commit 1b3f499
Show file tree
Hide file tree
Showing 47 changed files with 21,056 additions and 54 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM python:2-onbuild

EXPOSE 9000

CMD [ "python", "manage.py", "runserver", "0.0.0.0:9000" ]
Loading

0 comments on commit 1b3f499

Please sign in to comment.