Skip to content

Commit

Permalink
Merge pull request #10 from Pinletrot/add_dockerfile
Browse files Browse the repository at this point in the history
add dockerfile
  • Loading branch information
ThomasRobertFr authored Jul 31, 2018
2 parents 7a01b13 + f173867 commit 651efb8
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 php:5.6

ADD . / /djlu/
CMD php -S 0.0.0.0:8080 -t /djlu

0 comments on commit 651efb8

Please sign in to comment.