mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2026-01-08 16:21:50 +00:00
6 lines
83 B
Docker
6 lines
83 B
Docker
FROM php:5-apache
|
|
|
|
ADD index.php /var/www/html/index.php
|
|
|
|
RUN chmod a+rx index.php
|