images/server-php/product/public/index.php

9 lines
236 B
PHP
Raw Permalink Normal View History

<?php
// Placeholder for base image
// Applications should mount/copy their own code
echo json_encode([
'status' => 'ok',
'message' => 'Host UK Server PHP Base Image',
'note' => 'Mount your Laravel app to /var/www/html'
]);