mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-16 23:58:44 -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
|