Skip to content
This repository has been archived by the owner on Mar 21, 2023. It is now read-only.

Commit

Permalink
added initial dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhedegaard committed Jul 9, 2015
1 parent 34dace6 commit 271b321
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM django:onbuild
MAINTAINER dennis@dhedegaard.dk
EXPOSE 8000
CMD python manage.py migrate && python manage.py runserver 0.0.0.0:8000

0 comments on commit 271b321

Please sign in to comment.