mirror of https://github.com/k3s-io/k3s
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
|