mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-30 14:46:16 +00:00
8 lines
147 B
Docker
8 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
|