import
This commit is contained in:
commit
fa863fc991
3
Dockerfile
Normal file
3
Dockerfile
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
FROM php:apache
|
||||||
|
|
||||||
|
COPY src/ /var/www/html/
|
||||||
3
src/index.php
Normal file
3
src/index.php
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
<?php
|
||||||
|
header('Content-Type: application/json');
|
||||||
|
echo json_encode($_SERVER['REMOTE_ADDR']);
|
||||||
Loading…
x
Reference in New Issue
Block a user