mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-21 10:00:38 -04:00
7 lines
147 B
Docker
7 lines
147 B
Docker
FROM brendanburns/php
|
|
|
|
ADD index.php /var/www/index.php
|
|
ADD controllers.js /var/www/controllers.js
|
|
ADD index.html /var/www/index.html
|
|
|
|
CMD /run.sh
|