Skip to content

Commit

Permalink
add Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
neilpang committed Jun 6, 2017
1 parent 79e8762 commit 64e97e3
Showing 1 changed file 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 neilpang/php:5

COPY .htaccess /var/www/html/
COPY get.sh /var/www/html/

ENV VIRTUAL_HOST=get.acme.sh

ENV ENABLE_ACME=true

0 comments on commit 64e97e3

Please sign in to comment.