Skip to content

Commit

Permalink
add dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanpeng Liu committed Jul 25, 2018
1 parent 7a01b13 commit f173867
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 f173867

Please sign in to comment.